Html Css Color HEX #024478 Dark Cerulean

📋 copy color: '#024478'

red 2 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #024478

Tints of Dark Cerulean #024478

RGB

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

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

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

R = 1.05%
G = 35.79%
B = 63.16%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024478 (or 0x024478) is known color: Dark Cerulean. HEX triplet: 02, 44 and 78. RGB value is (2,68,120). Sum of RGB (Red+Green+Blue) = 2+68+120=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #024478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024478 is #FDBB87. Grayscale: #353535. Windows color (decimal): -16628616 or 7881730. OLE color: 7881730.

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

Color convert

RGB 2 68 120 -
CMYK 0.98 0.43 0 0.53
HSL 206.44º 0.97% 0.24% -
HSV(B) 206.44º 0.98% 0.47% -
XYZ 5.48 5.5 18.54 -
YUV 54.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 2 68 120 0.98 0.43 0 0.53 206.44 0.97 0.24
Hex 2 44 78 62 2B 0 35 CE 61 18
Octal 2 104 170 142 53 0 65 316 141 30
Binary 10 1000100 1111000 1100010 101011 0 110101 11001110 1100001 11000

Color Harmonies of #024478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024478

Black with #024478

Text Example


Text Example

White with #024478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024478; }

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

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

background-color css

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

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

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

border-color css

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

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

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