#024B78

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

Shades of Dark Cerulean #024B78

Tints of Dark Cerulean #024B78

Color information

#024B78 (or 0x024B78) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 78. RGB value is (2,75,120). Sum of RGB (Red+Green+Blue) = 2+75+120=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #024B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B78 is #FDB487. Grayscale: #3A3A3A. Windows color (decimal): -16626824 or 7883522. OLE color: 7883522.

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

Color convert

RGB275120-
CMYK0.980.3700.53
HSL202.88º96.72%23.92%-
HSV(B)202.88º98.33%47.06%-
XYZ5.936.418.69-
YUV58.3162.8287.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=1.02%
G=38.07%
B=60.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2751200.980.3700.53202.8896.7223.92
Hex24B786225035cb6118
Octal21131701424506531314130
Binary10100101111110001100010100101011010111001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024B78; }

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

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

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

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

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

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

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

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