Html Css Color HEX #024E74 Dark Cerulean

📋 copy color: '#024E74'

red 2 ◦ green 78 ◦ blue 116

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

Shades of Dark Cerulean #024E74

Tints of Dark Cerulean #024E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 1.02%
G = 39.8%
B = 59.18%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024E74 (or 0x024E74) is known color: Dark Cerulean. HEX triplet: 02, 4E and 74. RGB value is (2,78,116). Sum of RGB (Red+Green+Blue) = 2+78+116=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #024E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E74 is #FDB18B. Grayscale: #3B3B3B. Windows color (decimal): -16626060 or 7622146. OLE color: 7622146.

HSL color Cylindrical-coordinate representation of color #024E74: hue angle of 200º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E74 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 78 116 -
CMYK 0.98 0.33 0 0.55
HSL 200º 0.97% 0.23% -
HSV(B) 200º 0.98% 0.45% -
XYZ 5.9 6.72 17.51 -
YUV 59.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 2 78 116 0.98 0.33 0 0.55 200 0.97 0.23
Hex 2 4E 74 62 21 0 37 C8 61 17
Octal 2 116 164 142 41 0 67 310 141 27
Binary 10 1001110 1110100 1100010 100001 0 110111 11001000 1100001 10111

Color Harmonies of #024E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E74

Black with #024E74

Text Example


Text Example

White with #024E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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