#024B9F

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

Shades of Cobalt #024B9F

Tints of Cobalt #024B9F

Color information

#024B9F (or 0x024B9F) is unknown color: approx Cobalt. HEX triplet: 02, 4B and 9F. RGB value is (2,75,159). Sum of RGB (Red+Green+Blue) = 2+75+159=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #024B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9F is #FDB460. Grayscale: #3E3E3E. Windows color (decimal): -16626785 or 10439426. OLE color: 10439426.

HSL color Cylindrical-coordinate representation of color #024B9F: hue angle of 212.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B9F is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB275159-
CMYK0.990.5300.38
HSL212.1º97.52%31.57%-
HSV(B)212.1º98.74%62.35%-
XYZ8.87.5533.79-
YUV62.75182.3284.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=0.85%
G=31.78%
B=67.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2751590.990.5300.38212.197.5231.57
Hex24B9F6335026d46220
Octal21132371436504632414240
Binary1010010111001111111000111101010100110110101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,75,159); }

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

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

 a { background-color: rgb(2,75,159); }

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

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

 span { border-color: rgb(2,75,159); }

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