#024995

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

Shades of Cobalt #024995

Tints of Cobalt #024995

Color information

#024995 (or 0x024995) is unknown color: approx Cobalt. HEX triplet: 02, 49 and 95. RGB value is (2,73,149). Sum of RGB (Red+Green+Blue) = 2+73+149=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #024995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024995 is #FDB66A. Grayscale: #3C3C3C. Windows color (decimal): -16627307 or 9783554. OLE color: 9783554.

HSL color Cylindrical-coordinate representation of color #024995: hue angle of 211.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024995 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB273149-
CMYK0.990.5100.42
HSL211.02º97.35%29.61%-
HSV(B)211.02º98.66%58.43%-
XYZ7.836.9529.36-
YUV60.44177.9886.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=0.89%
G=32.59%
B=66.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2731490.990.5100.42211.0297.3529.61
Hex24995633302Ad3611e
Octal21112251436305232314136
Binary101001001100101011100011110011010101011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024995; }

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

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

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

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

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

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

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

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