#024980

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

Shades of Dark Cerulean #024980

Tints of Dark Cerulean #024980

Color information

#024980 (or 0x024980) is unknown color: approx Dark Cerulean. HEX triplet: 02, 49 and 80. RGB value is (2,73,128). Sum of RGB (Red+Green+Blue) = 2+73+128=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #024980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024980 is #FDB67F. Grayscale: #393939. Windows color (decimal): -16627328 or 8407298. OLE color: 8407298.

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

Color convert

RGB273128-
CMYK0.980.4300.50
HSL206.19º96.92%25.49%-
HSV(B)206.19º98.44%50.2%-
XYZ6.36.3421.31-
YUV58.04167.4888.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=0.99%
G=35.96%
B=63.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2731280.980.4300.50206.1996.9225.49
Hex24980622B032ce6119
Octal21112001425306231614131
Binary101001001100000001100010101011011001011001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024980; }

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

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

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

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

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

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

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

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