#024B80

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

Shades of Dark Cerulean #024B80

Tints of Dark Cerulean #024B80

Color information

#024B80 (or 0x024B80) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4B and 80. RGB value is (2,75,128). Sum of RGB (Red+Green+Blue) = 2+75+128=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #024B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B80 is #FDB47F. Grayscale: #3A3A3A. Windows color (decimal): -16626816 or 8407810. OLE color: 8407810.

HSL color Cylindrical-coordinate representation of color #024B80: hue angle of 205.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B80 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB275128-
CMYK0.980.4100.50
HSL205.24º96.92%25.49%-
HSV(B)205.24º98.44%50.2%-
XYZ6.446.621.36-
YUV59.22166.8287.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=0.98%
G=36.59%
B=62.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2751280.980.4100.50205.2496.9225.49
Hex24B806229032cd6119
Octal21132001425106231514131
Binary101001011100000001100010101001011001011001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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