Html Css Color HEX #024575 Dark Cerulean

📋 copy color: '#024575'

red 2 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #024575

Tints of Dark Cerulean #024575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 1.06%
G = 36.7%
B = 62.23%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024575 (or 0x024575) is known color: Dark Cerulean. HEX triplet: 02, 45 and 75. RGB value is (2,69,117). Sum of RGB (Red+Green+Blue) = 2+69+117=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #024575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024575 is #FDBA8A. Grayscale: #363636. Windows color (decimal): -16628363 or 7685378. OLE color: 7685378.

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

Color convert

RGB 2 69 117 -
CMYK 0.98 0.41 0 0.54
HSL 205.04º 0.97% 0.23% -
HSV(B) 205.04º 0.98% 0.46% -
XYZ 5.36 5.55 17.62 -
YUV 54.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 2 69 117 0.98 0.41 0 0.54 205.04 0.97 0.23
Hex 2 45 75 62 29 0 36 CD 61 17
Octal 2 105 165 142 51 0 66 315 141 27
Binary 10 1000101 1110101 1100010 101001 0 110110 11001101 1100001 10111

Color Harmonies of #024575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024575

Black with #024575

Text Example


Text Example

White with #024575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024575; }

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

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

background-color css

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

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

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

border-color css

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

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

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