Shades of Cobalt #0F569B
Tints of Cobalt #0F569B
RGB
CMYK
RGB Variations
Color information
#0F569B (or 0x0F569B) is known color: Cobalt. HEX triplet: 0F, 56 and 9B. RGB value is (15,86,155). Sum of RGB (Red+Green+Blue) = 15+86+155=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F569B is #F0A964. Grayscale: #484848. Windows color (decimal): -15772005 or 10180111. OLE color: 10180111.
HSL color Cylindrical-coordinate representation of color #0F569B: hue angle of 209.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F569B is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 86 | 155 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.39 |
| HSL | 209.57º | 0.82% | 0.33% | - |
| HSV(B) | 209.57º | 0.9% | 0.61% | - |
| XYZ | 9.44 | 9.12 | 32.27 | - |
| YUV | 72.64 | 174.48 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 155 | 0.90 | 0.45 | 0 | 0.39 | 209.57 | 0.82 | 0.33 |
| Hex | F | 56 | 9B | 5A | 2D | 0 | 27 | D2 | 52 | 21 |
| Octal | 17 | 126 | 233 | 132 | 55 | 0 | 47 | 322 | 122 | 41 |
| Binary | 1111 | 1010110 | 10011011 | 1011010 | 101101 | 0 | 100111 | 11010010 | 1010010 | 100001 |
Color Harmonies of #0F569B
Complementary color
Monochromatic Colors of #0F569B
Black with #0F569B
Text Example
Text Example
White with #0F569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F569B; }
p { color: rgb(15,86,155); }
H1.HeaderClassName
{
color: #0F569B;
}
.AnyTagClassName
{
color: #0F569B;
}
</style>
background-color css
<style>
a { background-color: #0F569B; }
a { background-color: rgb(15,86,155); }
div.DivClassName
{
background-color: #0F569B;
}
.BgClassName
{
background-color: #0F569B;
}
</style>
border-color css
<style>
span { border-color: #0F569B; }
span { border-color: rgb(15,86,155); }
td.TdClassName
{
border-color: #0F569B;
}
.TagClassName
{
border-color: #0F569B;
}
</style>