Shades of Cobalt #0F4999
Tints of Cobalt #0F4999
RGB
CMYK
RGB Variations
Color information
#0F4999 (or 0x0F4999) is known color: Cobalt. HEX triplet: 0F, 49 and 99. RGB value is (15,73,153). Sum of RGB (Red+Green+Blue) = 15+73+153=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F4999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4999 is #F0B666. Grayscale: #404040. Windows color (decimal): -15775335 or 10045711. OLE color: 10045711.
HSL color Cylindrical-coordinate representation of color #0F4999: hue angle of 214.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4999 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 73 | 153 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.4 |
| HSL | 214.78º | 0.82% | 0.33% | - |
| HSV(B) | 214.78º | 0.9% | 0.6% | - |
| XYZ | 8.33 | 7.17 | 31.08 | - |
| YUV | 64.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 153 | 0.90 | 0.52 | 0 | 0.4 | 214.78 | 0.82 | 0.33 |
| Hex | F | 49 | 99 | 5A | 34 | 0 | 28 | D7 | 52 | 21 |
| Octal | 17 | 111 | 231 | 132 | 64 | 0 | 50 | 327 | 122 | 41 |
| Binary | 1111 | 1001001 | 10011001 | 1011010 | 110100 | 0 | 101000 | 11010111 | 1010010 | 100001 |
Color Harmonies of #0F4999
Complementary color
Monochromatic Colors of #0F4999
Black with #0F4999
Text Example
Text Example
White with #0F4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4999; }
p { color: rgb(15,73,153); }
H1.HeaderClassName
{
color: #0F4999;
}
.AnyTagClassName
{
color: #0F4999;
}
</style>
background-color css
<style>
a { background-color: #0F4999; }
a { background-color: rgb(15,73,153); }
div.DivClassName
{
background-color: #0F4999;
}
.BgClassName
{
background-color: #0F4999;
}
</style>
border-color css
<style>
span { border-color: #0F4999; }
span { border-color: rgb(15,73,153); }
td.TdClassName
{
border-color: #0F4999;
}
.TagClassName
{
border-color: #0F4999;
}
</style>