Html Css Color HEX #1572AC Cerulean

📋 copy color: '#1572AC'

red 21 ◦ green 114 ◦ blue 172

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

Shades of Cerulean #1572AC

Tints of Cerulean #1572AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 6.84%
G = 37.13%
B = 56.03%

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

#1572AC (or 0x1572AC) is known color: Cerulean. HEX triplet: 15, 72 and AC. RGB value is (21,114,172). Sum of RGB (Red+Green+Blue) = 21+114+172=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1572AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572AC is #EA8D53. Grayscale: #5C5C5C. Windows color (decimal): -15371604 or 11301397. OLE color: 11301397.

HSL color Cylindrical-coordinate representation of color #1572AC: hue angle of 203.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1572AC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 114 172 -
CMYK 0.88 0.34 0 0.33
HSL 203.05º 0.78% 0.38% -
HSV(B) 203.05º 0.88% 0.67% -
XYZ 13.77 15.17 41.23 -
YUV 92.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 21 114 172 0.88 0.34 0 0.33 203.05 0.78 0.38
Hex 15 72 AC 58 22 0 21 CB 4E 26
Octal 25 162 254 130 42 0 41 313 116 46
Binary 10101 1110010 10101100 1011000 100010 0 100001 11001011 1001110 100110

Color Harmonies of #1572AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572AC

Black with #1572AC

Text Example


Text Example

White with #1572AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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