Html Css Color HEX #024875 Dark Cerulean

📋 copy color: '#024875'

red 2 ◦ green 72 ◦ blue 117

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

Shades of Dark Cerulean #024875

Tints of Dark Cerulean #024875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 1.05%
G = 37.7%
B = 61.26%

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

#024875 (or 0x024875) is known color: Dark Cerulean. HEX triplet: 02, 48 and 75. RGB value is (2,72,117). Sum of RGB (Red+Green+Blue) = 2+72+117=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #024875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024875 is #FDB78A. Grayscale: #373737. Windows color (decimal): -16627595 or 7686146. OLE color: 7686146.

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

Color convert

RGB 2 72 117 -
CMYK 0.98 0.38 0 0.54
HSL 203.48º 0.97% 0.23% -
HSV(B) 203.48º 0.98% 0.46% -
XYZ 5.55 5.93 17.68 -
YUV 56.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 2 72 117 0.98 0.38 0 0.54 203.48 0.97 0.23
Hex 2 48 75 62 26 0 36 CB 61 17
Octal 2 110 165 142 46 0 66 313 141 27
Binary 10 1001000 1110101 1100010 100110 0 110110 11001011 1100001 10111

Color Harmonies of #024875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024875

Black with #024875

Text Example


Text Example

White with #024875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024875; }

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

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

background-color css

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

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

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

border-color css

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

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

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