Shades of Cobalt #0F569A
Tints of Cobalt #0F569A
RGB
CMYK
RGB Variations
Color information
#0F569A (or 0x0F569A) is known color: Cobalt. HEX triplet: 0F, 56 and 9A. RGB value is (15,86,154). Sum of RGB (Red+Green+Blue) = 15+86+154=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F569A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F569A is #F0A965. Grayscale: #484848. Windows color (decimal): -15772006 or 10114575. OLE color: 10114575.
HSL color Cylindrical-coordinate representation of color #0F569A: hue angle of 209.35º 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 #0F569A is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 86 | 154 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.40 |
| HSL | 209.35º | 0.82% | 0.33% | - |
| HSV(B) | 209.35º | 0.9% | 0.6% | - |
| XYZ | 9.36 | 9.09 | 31.83 | - |
| YUV | 72.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 154 | 0.90 | 0.44 | 0 | 0.40 | 209.35 | 0.82 | 0.33 |
| Hex | F | 56 | 9A | 5A | 2C | 0 | 28 | D1 | 52 | 21 |
| Octal | 17 | 126 | 232 | 132 | 54 | 0 | 50 | 321 | 122 | 41 |
| Binary | 1111 | 1010110 | 10011010 | 1011010 | 101100 | 0 | 101000 | 11010001 | 1010010 | 100001 |
Color Harmonies of #0F569A
Complementary color
Monochromatic Colors of #0F569A
Black with #0F569A
Text Example
Text Example
White with #0F569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F569A; }
p { color: rgb(15,86,154); }
H1.HeaderClassName
{
color: #0F569A;
}
.AnyTagClassName
{
color: #0F569A;
}
</style>
background-color css
<style>
a { background-color: #0F569A; }
a { background-color: rgb(15,86,154); }
div.DivClassName
{
background-color: #0F569A;
}
.BgClassName
{
background-color: #0F569A;
}
</style>
border-color css
<style>
span { border-color: #0F569A; }
span { border-color: rgb(15,86,154); }
td.TdClassName
{
border-color: #0F569A;
}
.TagClassName
{
border-color: #0F569A;
}
</style>