Html Css Color HEX #1572AA Cerulean

📋 copy color: '#1572AA'

red 21 ◦ green 114 ◦ blue 170

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

Shades of Cerulean #1572AA

Tints of Cerulean #1572AA

RGB

 RED value IS 21 (8.59% from 255) = 6.89%

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 6.89%
G = 37.38%
B = 55.74%

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

#1572AA (or 0x1572AA) is known color: Cerulean. HEX triplet: 15, 72 and AA. RGB value is (21,114,170). Sum of RGB (Red+Green+Blue) = 21+114+170=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1572AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572AA is #EA8D55. Grayscale: #5C5C5C. Windows color (decimal): -15371606 or 11170325. OLE color: 11170325.

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

Color convert

RGB 21 114 170 -
CMYK 0.88 0.33 0 0.33
HSL 202.55º 0.78% 0.37% -
HSV(B) 202.55º 0.88% 0.67% -
XYZ 13.58 15.1 40.23 -
YUV 92.58 171.69 76.95 -
System Red Green Blue C M Y K H S L
Decimal 21 114 170 0.88 0.33 0 0.33 202.55 0.78 0.37
Hex 15 72 AA 58 21 0 21 CB 4E 25
Octal 25 162 252 130 41 0 41 313 116 45
Binary 10101 1110010 10101010 1011000 100001 0 100001 11001011 1001110 100101

Color Harmonies of #1572AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572AA

Black with #1572AA

Text Example


Text Example

White with #1572AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1572AA; }

 p { color: rgb(21,114,170); }

 H1.HeaderClassName
 {
   color: #1572AA;
 }
 .AnyTagClassName
 {
   color: #1572AA;
 }
</style>

background-color css

<style>
 a { background-color: #1572AA; }

 a { background-color: rgb(21,114,170); }

 div.DivClassName
 {
   background-color: #1572AA;
 }
 .BgClassName
 {
   background-color: #1572AA;
 }
</style>

border-color css

<style>
 span { border-color: #1572AA; }

 span { border-color: rgb(21,114,170); }

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