#024978

Color #024978 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024978

Tints of Dark Cerulean #024978

Color information

#024978 (or 0x024978) is unknown color: approx Dark Cerulean. HEX triplet: 02, 49 and 78. RGB value is (2,73,120). Sum of RGB (Red+Green+Blue) = 2+73+120=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #024978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024978 is #FDB687. Grayscale: #383838. Windows color (decimal): -16627336 or 7883010. OLE color: 7883010.

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

Color convert

RGB273120-
CMYK0.980.3900.53
HSL203.9º96.72%23.92%-
HSV(B)203.9º98.33%47.06%-
XYZ5.86.1318.65-
YUV57.13163.4888.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=1.03%
G=37.44%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2731200.980.3900.53203.996.7223.92
Hex249786227035cc6118
Octal21111701424706531414130
Binary10100100111110001100010100111011010111001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024978; }

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

 H1.HeaderClassName
 {
   color: #024978;
 }
 .AnyTagClassName
 {
   color: #024978;
 }
</style>
background-color css

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

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

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

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

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

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