#024D95

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

Shades of Cobalt #024D95

Tints of Cobalt #024D95

Color information

#024D95 (or 0x024D95) is unknown color: approx Cobalt. HEX triplet: 02, 4D and 95. RGB value is (2,77,149). Sum of RGB (Red+Green+Blue) = 2+77+149=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #024D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D95 is #FDB26A. Grayscale: #3E3E3E. Windows color (decimal): -16626283 or 9784578. OLE color: 9784578.

HSL color Cylindrical-coordinate representation of color #024D95: hue angle of 209.39º 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 #024D95 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB277149-
CMYK0.990.4800.42
HSL209.39º97.35%29.61%-
HSV(B)209.39º98.66%58.43%-
XYZ8.17.4929.45-
YUV62.78176.6584.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=0.88%
G=33.77%
B=65.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2771490.990.4800.42209.3997.3529.61
Hex24D95633002Ad1611e
Octal21152251436005232114136
Binary101001101100101011100011110000010101011010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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