#024F9C

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

Shades of Cobalt #024F9C

Tints of Cobalt #024F9C

Color information

#024F9C (or 0x024F9C) is unknown color: approx Cobalt. HEX triplet: 02, 4F and 9C. RGB value is (2,79,156). Sum of RGB (Red+Green+Blue) = 2+79+156=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #024F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F9C is #FDB063. Grayscale: #404040. Windows color (decimal): -16625764 or 10243842. OLE color: 10243842.

HSL color Cylindrical-coordinate representation of color #024F9C: hue angle of 210º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024F9C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB279156-
CMYK0.990.4900.39
HSL210º97.47%30.98%-
HSV(B)210º98.72%61.18%-
XYZ8.828.0132.53-
YUV64.76179.4983.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 65.82%
R=0.84%
G=33.33%
B=65.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2791560.990.4900.3921097.4730.98
Hex24F9C6331027d2611f
Octal21172341436104732214137
Binary101001111100111001100011110001010011111010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,79,156); }

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

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

 a { background-color: rgb(2,79,156); }

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

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

 span { border-color: rgb(2,79,156); }

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