Html Css Color HEX #024079 Dark Cerulean

📋 copy color: '#024079'

red 2 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #024079

Tints of Dark Cerulean #024079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 1.07%
G = 34.22%
B = 64.71%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024079 (or 0x024079) is known color: Dark Cerulean. HEX triplet: 02, 40 and 79. RGB value is (2,64,121). Sum of RGB (Red+Green+Blue) = 2+64+121=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #024079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024079 is #FDBF86. Grayscale: #333333. Windows color (decimal): -16629639 or 7946242. OLE color: 7946242.

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

Color convert

RGB 2 64 121 -
CMYK 0.98 0.47 0 0.53
HSL 208.74º 0.97% 0.24% -
HSV(B) 208.74º 0.98% 0.47% -
XYZ 5.31 5.06 18.79 -
YUV 51.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 2 64 121 0.98 0.47 0 0.53 208.74 0.97 0.24
Hex 2 40 79 62 2F 0 35 D1 61 18
Octal 2 100 171 142 57 0 65 321 141 30
Binary 10 1000000 1111001 1100010 101111 0 110101 11010001 1100001 11000

Color Harmonies of #024079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024079

Black with #024079

Text Example


Text Example

White with #024079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024079; }

 p { color: rgb(2,64,121); }

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

background-color css

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

 a { background-color: rgb(2,64,121); }

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

border-color css

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

 span { border-color: rgb(2,64,121); }

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