Html Css Color HEX #024E78 Dark Cerulean

📋 copy color: '#024E78'

red 2 ◦ green 78 ◦ blue 120

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

Shades of Dark Cerulean #024E78

Tints of Dark Cerulean #024E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39%

 BLUE value IS 120 (47.27% from 255) = 60%

R = 1%
G = 39%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024E78 (or 0x024E78) is known color: Dark Cerulean. HEX triplet: 02, 4E and 78. RGB value is (2,78,120). Sum of RGB (Red+Green+Blue) = 2+78+120=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #024E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E78 is #FDB187. Grayscale: #3B3B3B. Windows color (decimal): -16626056 or 7884290. OLE color: 7884290.

HSL color Cylindrical-coordinate representation of color #024E78: hue angle of 201.36º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E78 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 78 120 -
CMYK 0.98 0.35 0 0.53
HSL 201.36º 0.97% 0.24% -
HSV(B) 201.36º 0.98% 0.47% -
XYZ 6.14 6.82 18.76 -
YUV 60.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 2 78 120 0.98 0.35 0 0.53 201.36 0.97 0.24
Hex 2 4E 78 62 23 0 35 C9 61 18
Octal 2 116 170 142 43 0 65 311 141 30
Binary 10 1001110 1111000 1100010 100011 0 110101 11001001 1100001 11000

Color Harmonies of #024E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E78

Black with #024E78

Text Example


Text Example

White with #024E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024E78; }

 p { color: rgb(2,78,120); }

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

background-color css

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

 a { background-color: rgb(2,78,120); }

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

border-color css

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

 span { border-color: rgb(2,78,120); }

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