Html Css Color HEX #024479 Dark Cerulean

📋 copy color: '#024479'

red 2 ◦ green 68 ◦ blue 121

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

Shades of Dark Cerulean #024479

Tints of Dark Cerulean #024479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

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

R = 1.05%
G = 35.6%
B = 63.35%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024479 (or 0x024479) is known color: Dark Cerulean. HEX triplet: 02, 44 and 79. RGB value is (2,68,121). Sum of RGB (Red+Green+Blue) = 2+68+121=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #024479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024479 is #FDBB86. Grayscale: #363636. Windows color (decimal): -16628615 or 7947266. OLE color: 7947266.

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

Color convert

RGB 2 68 121 -
CMYK 0.98 0.44 0 0.53
HSL 206.72º 0.97% 0.24% -
HSV(B) 206.72º 0.98% 0.47% -
XYZ 5.54 5.53 18.86 -
YUV 54.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 2 68 121 0.98 0.44 0 0.53 206.72 0.97 0.24
Hex 2 44 79 62 2C 0 35 CF 61 18
Octal 2 104 171 142 54 0 65 317 141 30
Binary 10 1000100 1111001 1100010 101100 0 110101 11001111 1100001 11000

Color Harmonies of #024479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024479

Black with #024479

Text Example


Text Example

White with #024479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024479; }

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

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

background-color css

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

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

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

border-color css

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

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

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