#024880

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

Shades of Dark Cerulean #024880

Tints of Dark Cerulean #024880

Color information

#024880 (or 0x024880) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 80. RGB value is (2,72,128). Sum of RGB (Red+Green+Blue) = 2+72+128=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #024880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024880 is #FDB77F. Grayscale: #393939. Windows color (decimal): -16627584 or 8407042. OLE color: 8407042.

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

Color convert

RGB272128-
CMYK0.980.4400.50
HSL206.67º96.92%25.49%-
HSV(B)206.67º98.44%50.2%-
XYZ6.246.2121.29-
YUV57.45167.8188.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 128 (50.39% from 255) = 63.37%
R=0.99%
G=35.64%
B=63.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2721280.980.4400.50206.6796.9225.49
Hex24880622C032cf6119
Octal21102001425406231714131
Binary101001000100000001100010101100011001011001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024880; }

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

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

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

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

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

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

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

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