Shades of Cobalt #0F5699
Tints of Cobalt #0F5699
RGB
CMYK
RGB Variations
Color information
#0F5699 (or 0x0F5699) is known color: Cobalt. HEX triplet: 0F, 56 and 99. RGB value is (15,86,153). Sum of RGB (Red+Green+Blue) = 15+86+153=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5699 is #F0A966. Grayscale: #484848. Windows color (decimal): -15772007 or 10049039. OLE color: 10049039.
HSL color Cylindrical-coordinate representation of color #0F5699: hue angle of 209.13º 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 #0F5699 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 86 | 153 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.4 |
| HSL | 209.13º | 0.82% | 0.33% | - |
| HSV(B) | 209.13º | 0.9% | 0.6% | - |
| XYZ | 9.27 | 9.06 | 31.4 | - |
| YUV | 72.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 153 | 0.90 | 0.44 | 0 | 0.4 | 209.13 | 0.82 | 0.33 |
| Hex | F | 56 | 99 | 5A | 2C | 0 | 28 | D1 | 52 | 21 |
| Octal | 17 | 126 | 231 | 132 | 54 | 0 | 50 | 321 | 122 | 41 |
| Binary | 1111 | 1010110 | 10011001 | 1011010 | 101100 | 0 | 101000 | 11010001 | 1010010 | 100001 |
Color Harmonies of #0F5699
Complementary color
Monochromatic Colors of #0F5699
Black with #0F5699
Text Example
Text Example
White with #0F5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5699; }
p { color: rgb(15,86,153); }
H1.HeaderClassName
{
color: #0F5699;
}
.AnyTagClassName
{
color: #0F5699;
}
</style>
background-color css
<style>
a { background-color: #0F5699; }
a { background-color: rgb(15,86,153); }
div.DivClassName
{
background-color: #0F5699;
}
.BgClassName
{
background-color: #0F5699;
}
</style>
border-color css
<style>
span { border-color: #0F5699; }
span { border-color: rgb(15,86,153); }
td.TdClassName
{
border-color: #0F5699;
}
.TagClassName
{
border-color: #0F5699;
}
</style>