Html Css Color HEX #1571AA Cerulean

📋 copy color: '#1571AA'

red 21 ◦ green 113 ◦ blue 170

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

Shades of Cerulean #1571AA

Tints of Cerulean #1571AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 6.91%
G = 37.17%
B = 55.92%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1571AA (or 0x1571AA) is known color: Cerulean. HEX triplet: 15, 71 and AA. RGB value is (21,113,170). Sum of RGB (Red+Green+Blue) = 21+113+170=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #1571AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1571AA is #EA8E55. Grayscale: #5B5B5B. Windows color (decimal): -15371862 or 11170069. OLE color: 11170069.

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

Color convert

RGB 21 113 170 -
CMYK 0.88 0.34 0 0.33
HSL 202.95º 0.78% 0.37% -
HSV(B) 202.95º 0.88% 0.67% -
XYZ 13.47 14.87 40.19 -
YUV 91.99 172.02 77.37 -
System Red Green Blue C M Y K H S L
Decimal 21 113 170 0.88 0.34 0 0.33 202.95 0.78 0.37
Hex 15 71 AA 58 22 0 21 CB 4E 25
Octal 25 161 252 130 42 0 41 313 116 45
Binary 10101 1110001 10101010 1011000 100010 0 100001 11001011 1001110 100101

Color Harmonies of #1571AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1571AA

Black with #1571AA

Text Example


Text Example

White with #1571AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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