#024E95

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

Shades of Cobalt #024E95

Tints of Cobalt #024E95

Color information

#024E95 (or 0x024E95) is unknown color: approx Cobalt. HEX triplet: 02, 4E and 95. RGB value is (2,78,149). Sum of RGB (Red+Green+Blue) = 2+78+149=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #024E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E95 is #FDB16A. Grayscale: #3F3F3F. Windows color (decimal): -16626027 or 9784834. OLE color: 9784834.

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

Color convert

RGB278149-
CMYK0.990.4800.42
HSL208.98º97.35%29.61%-
HSV(B)208.98º98.66%58.43%-
XYZ8.177.6329.48-
YUV63.37176.3284.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=0.87%
G=34.06%
B=65.07%

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
Decimal2781490.990.4800.42208.9897.3529.61
Hex24E95633002Ad1611e
Octal21162251436005232114136
Binary101001110100101011100011110000010101011010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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