Shades of Cobalt #024F9D
Tints of Cobalt #024F9D
RGB
CMYK
RGB Variations
Color information
#024F9D (or 0x024F9D) is known color: Cobalt. HEX triplet: 02, 4F and 9D. RGB value is (2,79,157). Sum of RGB (Red+Green+Blue) = 2+79+157=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #024F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F9D is #FDB062. Grayscale: #404040. Windows color (decimal): -16625763 or 10309378. OLE color: 10309378.
HSL color Cylindrical-coordinate representation of color #024F9D: hue angle of 210.19º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024F9D is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 79 | 157 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.38 |
| HSL | 210.19º | 0.97% | 0.31% | - |
| HSV(B) | 210.19º | 0.99% | 0.62% | - |
| XYZ | 8.91 | 8.04 | 32.98 | - |
| YUV | 64.87 | 179.99 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 157 | 0.99 | 0.50 | 0 | 0.38 | 210.19 | 0.97 | 0.31 |
| Hex | 2 | 4F | 9D | 63 | 32 | 0 | 26 | D2 | 61 | 1F |
| Octal | 2 | 117 | 235 | 143 | 62 | 0 | 46 | 322 | 141 | 37 |
| Binary | 10 | 1001111 | 10011101 | 1100011 | 110010 | 0 | 100110 | 11010010 | 1100001 | 11111 |
Color Harmonies of #024F9D
Complementary color
Monochromatic Colors of #024F9D
Black with #024F9D
Text Example
Text Example
White with #024F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F9D; }
p { color: rgb(2,79,157); }
H1.HeaderClassName
{
color: #024F9D;
}
.AnyTagClassName
{
color: #024F9D;
}
</style>
background-color css
<style>
a { background-color: #024F9D; }
a { background-color: rgb(2,79,157); }
div.DivClassName
{
background-color: #024F9D;
}
.BgClassName
{
background-color: #024F9D;
}
</style>
border-color css
<style>
span { border-color: #024F9D; }
span { border-color: rgb(2,79,157); }
td.TdClassName
{
border-color: #024F9D;
}
.TagClassName
{
border-color: #024F9D;
}
</style>