Html Css Color HEX #1572AD Cerulean

📋 copy color: '#1572AD'

red 21 ◦ green 114 ◦ blue 173

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

Shades of Cerulean #1572AD

Tints of Cerulean #1572AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 6.82%
G = 37.01%
B = 56.17%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1572AD (or 0x1572AD) is known color: Cerulean. HEX triplet: 15, 72 and AD. RGB value is (21,114,173). Sum of RGB (Red+Green+Blue) = 21+114+173=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #1572AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572AD is #EA8D52. Grayscale: #5C5C5C. Windows color (decimal): -15371603 or 11366933. OLE color: 11366933.

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

Color convert

RGB 21 114 173 -
CMYK 0.88 0.34 0 0.32
HSL 203.29º 0.78% 0.38% -
HSV(B) 203.29º 0.88% 0.68% -
XYZ 13.87 15.21 41.74 -
YUV 92.92 173.19 76.7 -
System Red Green Blue C M Y K H S L
Decimal 21 114 173 0.88 0.34 0 0.32 203.29 0.78 0.38
Hex 15 72 AD 58 22 0 20 CB 4E 26
Octal 25 162 255 130 42 0 40 313 116 46
Binary 10101 1110010 10101101 1011000 100010 0 100000 11001011 1001110 100110

Color Harmonies of #1572AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572AD

Black with #1572AD

Text Example


Text Example

White with #1572AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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