Shades of Cobalt #024F9B
Tints of Cobalt #024F9B
RGB
CMYK
RGB Variations
Color information
#024F9B (or 0x024F9B) is known color: Cobalt. HEX triplet: 02, 4F and 9B. RGB value is (2,79,155). Sum of RGB (Red+Green+Blue) = 2+79+155=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #024F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F9B is #FDB064. Grayscale: #404040. Windows color (decimal): -16625765 or 10178306. OLE color: 10178306.
HSL color Cylindrical-coordinate representation of color #024F9B: hue angle of 209.8º 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 #024F9B is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 79 | 155 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.39 |
| HSL | 209.8º | 0.97% | 0.31% | - |
| HSV(B) | 209.8º | 0.99% | 0.61% | - |
| XYZ | 8.74 | 7.97 | 32.09 | - |
| YUV | 64.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 155 | 0.99 | 0.49 | 0 | 0.39 | 209.8 | 0.97 | 0.31 |
| Hex | 2 | 4F | 9B | 63 | 31 | 0 | 27 | D2 | 61 | 1F |
| Octal | 2 | 117 | 233 | 143 | 61 | 0 | 47 | 322 | 141 | 37 |
| Binary | 10 | 1001111 | 10011011 | 1100011 | 110001 | 0 | 100111 | 11010010 | 1100001 | 11111 |
Color Harmonies of #024F9B
Complementary color
Monochromatic Colors of #024F9B
Black with #024F9B
Text Example
Text Example
White with #024F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F9B; }
p { color: rgb(2,79,155); }
H1.HeaderClassName
{
color: #024F9B;
}
.AnyTagClassName
{
color: #024F9B;
}
</style>
background-color css
<style>
a { background-color: #024F9B; }
a { background-color: rgb(2,79,155); }
div.DivClassName
{
background-color: #024F9B;
}
.BgClassName
{
background-color: #024F9B;
}
</style>
border-color css
<style>
span { border-color: #024F9B; }
span { border-color: rgb(2,79,155); }
td.TdClassName
{
border-color: #024F9B;
}
.TagClassName
{
border-color: #024F9B;
}
</style>