#1471A6

Color #1471A6 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1471A6

Tints of Cerulean #1471A6

Color information

#1471A6 (or 0x1471A6) is unknown color: approx Cerulean. HEX triplet: 14, 71 and A6. RGB value is (20,113,166). Sum of RGB (Red+Green+Blue) = 20+113+166=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #1471A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1471A6 is #EB8E59. Grayscale: #5A5A5A. Windows color (decimal): -15437402 or 10907924. OLE color: 10907924.

HSL color Cylindrical-coordinate representation of color #1471A6: hue angle of 201.78º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1471A6 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20113166-
CMYK0.880.3200.35
HSL201.78º78.49%36.47%-
HSV(B)201.78º87.95%65.1%-
XYZ13.0814.7138.23-
YUV91.24170.1977.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 166 (65.23% from 255) = 55.52%
R=6.69%
G=37.79%
B=55.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201131660.880.3200.35201.7878.4936.47
Hex1471A65820023ca4e24
Octal241612461304004331211644
Binary1010011100011010011010110001000000100011110010101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1471A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1471A6; }

 p { color: rgb(20,113,166); }

 H1.HeaderClassName
 {
   color: #1471A6;
 }
 .AnyTagClassName
 {
   color: #1471A6;
 }
</style>
background-color css

<style>
 a { background-color: #1471A6; }

 a { background-color: rgb(20,113,166); }

 div.DivClassName
 {
   background-color: #1471A6;
 }
 .BgClassName
 {
   background-color: #1471A6;
 }
</style>
border-color css

<style>
 span { border-color: #1471A6; }

 span { border-color: rgb(20,113,166); }

 td.TdClassName
 {
   border-color: #1471A6;
 }
 .TagClassName
 {
   border-color: #1471A6;
 }
</style>