Html Css Color HEX #024276 Dark Cerulean

📋 copy color: '#024276'

red 2 ◦ green 66 ◦ blue 118

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

Shades of Dark Cerulean #024276

Tints of Dark Cerulean #024276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 1.08%
G = 35.48%
B = 63.44%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024276 (or 0x024276) is known color: Dark Cerulean. HEX triplet: 02, 42 and 76. RGB value is (2,66,118). Sum of RGB (Red+Green+Blue) = 2+66+118=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #024276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024276 is #FDBD89. Grayscale: #343434. Windows color (decimal): -16629130 or 7750146. OLE color: 7750146.

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

Color convert

RGB 2 66 118 -
CMYK 0.98 0.44 0 0.54
HSL 206.9º 0.97% 0.24% -
HSV(B) 206.9º 0.98% 0.46% -
XYZ 5.24 5.22 17.87 -
YUV 52.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 2 66 118 0.98 0.44 0 0.54 206.9 0.97 0.24
Hex 2 42 76 62 2C 0 36 CF 61 18
Octal 2 102 166 142 54 0 66 317 141 30
Binary 10 1000010 1110110 1100010 101100 0 110110 11001111 1100001 11000

Color Harmonies of #024276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024276

Black with #024276

Text Example


Text Example

White with #024276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024276; }

 p { color: rgb(2,66,118); }

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

background-color css

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

 a { background-color: rgb(2,66,118); }

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

border-color css

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

 span { border-color: rgb(2,66,118); }

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