#1471AB

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

Shades of Cerulean #1471AB

Tints of Cerulean #1471AB

Color information

#1471AB (or 0x1471AB) is unknown color: approx Cerulean. HEX triplet: 14, 71 and AB. RGB value is (20,113,171). Sum of RGB (Red+Green+Blue) = 20+113+171=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1471AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1471AB is #EB8E54. Grayscale: #5B5B5B. Windows color (decimal): -15437397 or 11235604. OLE color: 11235604.

HSL color Cylindrical-coordinate representation of color #1471AB: hue angle of 203.05º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1471AB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20113171-
CMYK0.880.3400.33
HSL203.05º79.06%37.45%-
HSV(B)203.05º88.3%67.06%-
XYZ13.5414.940.69-
YUV91.8172.6976.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=6.58%
G=37.17%
B=56.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201131710.880.3400.33203.0579.0637.45
Hex1471AB5822021cb4f25
Octal241612531304204131311745
Binary1010011100011010101110110001000100100001110010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1471AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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