Html Css Color HEX #1570AA Cerulean

📋 copy color: '#1570AA'

red 21 ◦ green 112 ◦ blue 170

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

Shades of Cerulean #1570AA

Tints of Cerulean #1570AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 6.93%
G = 36.96%
B = 56.11%

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

#1570AA (or 0x1570AA) is known color: Cerulean. HEX triplet: 15, 70 and AA. RGB value is (21,112,170). Sum of RGB (Red+Green+Blue) = 21+112+170=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #1570AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1570AA is #EA8F55. Grayscale: #5B5B5B. Windows color (decimal): -15372118 or 11169813. OLE color: 11169813.

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

Color convert

RGB 21 112 170 -
CMYK 0.88 0.34 0 0.33
HSL 203.36º 0.78% 0.37% -
HSV(B) 203.36º 0.88% 0.67% -
XYZ 13.36 14.65 40.15 -
YUV 91.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 21 112 170 0.88 0.34 0 0.33 203.36 0.78 0.37
Hex 15 70 AA 58 22 0 21 CB 4E 25
Octal 25 160 252 130 42 0 41 313 116 45
Binary 10101 1110000 10101010 1011000 100010 0 100001 11001011 1001110 100101

Color Harmonies of #1570AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570AA

Black with #1570AA

Text Example


Text Example

White with #1570AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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