Html Css Color HEX #024571 Dark Cerulean

📋 copy color: '#024571'

red 2 ◦ green 69 ◦ blue 113

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

Shades of Dark Cerulean #024571

Tints of Dark Cerulean #024571

RGB

 RED value IS 2 (1.17% from 255) = 1.09%

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 113 (44.53% from 255) = 61.41%

R = 1.09%
G = 37.5%
B = 61.41%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024571 (or 0x024571) is known color: Dark Cerulean. HEX triplet: 02, 45 and 71. RGB value is (2,69,113). Sum of RGB (Red+Green+Blue) = 2+69+113=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #024571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024571 is #FDBA8E. Grayscale: #353535. Windows color (decimal): -16628367 or 7423234. OLE color: 7423234.

HSL color Cylindrical-coordinate representation of color #024571: hue angle of 203.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024571 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 69 113 -
CMYK 0.98 0.39 0 0.56
HSL 203.78º 0.97% 0.23% -
HSV(B) 203.78º 0.98% 0.44% -
XYZ 5.13 5.46 16.41 -
YUV 53.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 2 69 113 0.98 0.39 0 0.56 203.78 0.97 0.23
Hex 2 45 71 62 27 0 38 CC 61 17
Octal 2 105 161 142 47 0 70 314 141 27
Binary 10 1000101 1110001 1100010 100111 0 111000 11001100 1100001 10111

Color Harmonies of #024571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024571

Black with #024571

Text Example


Text Example

White with #024571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024571; }

 p { color: rgb(2,69,113); }

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

background-color css

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

 a { background-color: rgb(2,69,113); }

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

border-color css

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

 span { border-color: rgb(2,69,113); }

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