Shades of Cobalt #024F9C
Tints of Cobalt #024F9C
RGB
CMYK
RGB Variations
Color information
#024F9C (or 0x024F9C) is known color: 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
| RGB | 2 | 79 | 156 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.39 |
| HSL | 210º | 0.97% | 0.31% | - |
| HSV(B) | 210º | 0.99% | 0.61% | - |
| XYZ | 8.82 | 8.01 | 32.53 | - |
| YUV | 64.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 156 | 0.99 | 0.49 | 0 | 0.39 | 210 | 0.97 | 0.31 |
| Hex | 2 | 4F | 9C | 63 | 31 | 0 | 27 | D2 | 61 | 1F |
| Octal | 2 | 117 | 234 | 143 | 61 | 0 | 47 | 322 | 141 | 37 |
| Binary | 10 | 1001111 | 10011100 | 1100011 | 110001 | 0 | 100111 | 11010010 | 1100001 | 11111 |
Color Harmonies of #024F9C
Complementary color
Monochromatic Colors of #024F9C
Black with #024F9C
Text Example
Text Example
White with #024F9C
Text Example
Text Example
HTML Codes & Css Web 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>