#024C9F

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

Shades of Cobalt #024C9F

Tints of Cobalt #024C9F

Color information

#024C9F (or 0x024C9F) is unknown color: approx Cobalt. HEX triplet: 02, 4C and 9F. RGB value is (2,76,159). Sum of RGB (Red+Green+Blue) = 2+76+159=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #024C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C9F is #FDB360. Grayscale: #3E3E3E. Windows color (decimal): -16626529 or 10439682. OLE color: 10439682.

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

Color convert

RGB276159-
CMYK0.990.5200.38
HSL211.72º97.52%31.57%-
HSV(B)211.72º98.74%62.35%-
XYZ8.877.6833.82-
YUV63.34181.9884.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=0.84%
G=32.07%
B=67.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2761590.990.5200.38211.7297.5231.57
Hex24C9F6334026d46220
Octal21142371436404632414240
Binary1010011001001111111000111101000100110110101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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