Html Css Color HEX #1472AB Cerulean

📋 copy color: '#1472AB'

red 20 ◦ green 114 ◦ blue 171

#1472AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1472AB

Tints of Cerulean #1472AB

RGB

 RED value IS 20 (8.2% 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 value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1472AB (or 0x1472AB) is known color: 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

RGB 20 114 171 -
CMYK 0.88 0.33 0 0.33
HSL 202.65º 0.79% 0.37% -
HSV(B) 202.65º 0.88% 0.67% -
XYZ 13.66 15.12 40.73 -
YUV 92.39 172.36 76.37 -
System Red Green Blue C M Y K H S L
Decimal 20 114 171 0.88 0.33 0 0.33 202.65 0.79 0.37
Hex 14 72 AB 58 21 0 21 CB 4F 25
Octal 24 162 253 130 41 0 41 313 117 45
Binary 10100 1110010 10101011 1011000 100001 0 100001 11001011 1001111 100101

Color Harmonies of #1472AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1472AB

Black with #1472AB

Text Example


Text Example

White with #1472AB

Text Example


Text Example

HTML Codes & Css Web 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>