#1472AB

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

Shades of Cerulean #1472AB

Tints of Cerulean #1472AB

Color information

#1472AB (or 0x1472AB) is unknown color: approx Cerulean. HEX triplet: 14, 72 and AB. RGB value is (20,114,171). Sum of RGB (Red+Green+Blue) = 20+114+171=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #1472AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1472AB is #EB8D54. Grayscale: #5C5C5C. Windows color (decimal): -15437141 or 11235860. OLE color: 11235860.

HSL color Cylindrical-coordinate representation of color #1472AB: hue angle of 202.65º 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 #1472AB is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20114171-
CMYK0.880.3300.33
HSL202.65º79.06%37.45%-
HSV(B)202.65º88.3%67.06%-
XYZ13.6615.1240.73-
YUV92.39172.3676.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=6.56%
G=37.38%
B=56.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201141710.880.3300.33202.6579.0637.45
Hex1472AB5821021cb4f25
Octal241622531304104131311745
Binary1010011100101010101110110001000010100001110010111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1472AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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