Html Css Color HEX #024975 Dark Cerulean

📋 copy color: '#024975'

red 2 ◦ green 73 ◦ blue 117

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

Shades of Dark Cerulean #024975

Tints of Dark Cerulean #024975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

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

R = 1.04%
G = 38.02%
B = 60.94%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024975 (or 0x024975) is known color: Dark Cerulean. HEX triplet: 02, 49 and 75. RGB value is (2,73,117). Sum of RGB (Red+Green+Blue) = 2+73+117=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #024975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024975 is #FDB68A. Grayscale: #383838. Windows color (decimal): -16627339 or 7686402. OLE color: 7686402.

HSL color Cylindrical-coordinate representation of color #024975: hue angle of 202.96º 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 #024975 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 73 117 -
CMYK 0.98 0.38 0 0.54
HSL 202.96º 0.97% 0.23% -
HSV(B) 202.96º 0.98% 0.46% -
XYZ 5.62 6.06 17.7 -
YUV 56.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 2 73 117 0.98 0.38 0 0.54 202.96 0.97 0.23
Hex 2 49 75 62 26 0 36 CB 61 17
Octal 2 111 165 142 46 0 66 313 141 27
Binary 10 1001001 1110101 1100010 100110 0 110110 11001011 1100001 10111

Color Harmonies of #024975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024975

Black with #024975

Text Example


Text Example

White with #024975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024975; }

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

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

background-color css

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

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

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

border-color css

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

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

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