Html Css Color HEX #024078 Dark Cerulean

📋 copy color: '#024078'

red 2 ◦ green 64 ◦ blue 120

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

Shades of Dark Cerulean #024078

Tints of Dark Cerulean #024078

RGB

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

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

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

R = 1.08%
G = 34.41%
B = 64.52%

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

#024078 (or 0x024078) is known color: Dark Cerulean. HEX triplet: 02, 40 and 78. RGB value is (2,64,120). Sum of RGB (Red+Green+Blue) = 2+64+120=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #024078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024078 is #FDBF87. Grayscale: #333333. Windows color (decimal): -16629640 or 7880706. OLE color: 7880706.

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

Color convert

RGB 2 64 120 -
CMYK 0.98 0.47 0 0.53
HSL 208.47º 0.97% 0.24% -
HSV(B) 208.47º 0.98% 0.47% -
XYZ 5.25 5.04 18.46 -
YUV 51.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 2 64 120 0.98 0.47 0 0.53 208.47 0.97 0.24
Hex 2 40 78 62 2F 0 35 D0 61 18
Octal 2 100 170 142 57 0 65 320 141 30
Binary 10 1000000 1111000 1100010 101111 0 110101 11010000 1100001 11000

Color Harmonies of #024078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024078

Black with #024078

Text Example


Text Example

White with #024078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024078; }

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

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

background-color css

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

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

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

border-color css

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

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

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