Shades of Cobalt #0F559C
Tints of Cobalt #0F559C
RGB
CMYK
RGB Variations
Color information
#0F559C (or 0x0F559C) is known color: Cobalt. HEX triplet: 0F, 55 and 9C. RGB value is (15,85,156). Sum of RGB (Red+Green+Blue) = 15+85+156=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F559C is #F0AA63. Grayscale: #474747. Windows color (decimal): -15772260 or 10245391. OLE color: 10245391.
HSL color Cylindrical-coordinate representation of color #0F559C: hue angle of 210.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F559C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 85 | 156 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.39 |
| HSL | 210.21º | 0.82% | 0.34% | - |
| HSV(B) | 210.21º | 0.9% | 0.61% | - |
| XYZ | 9.45 | 9 | 32.69 | - |
| YUV | 72.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 156 | 0.90 | 0.46 | 0 | 0.39 | 210.21 | 0.82 | 0.34 |
| Hex | F | 55 | 9C | 5A | 2E | 0 | 27 | D2 | 52 | 22 |
| Octal | 17 | 125 | 234 | 132 | 56 | 0 | 47 | 322 | 122 | 42 |
| Binary | 1111 | 1010101 | 10011100 | 1011010 | 101110 | 0 | 100111 | 11010010 | 1010010 | 100010 |
Color Harmonies of #0F559C
Complementary color
Monochromatic Colors of #0F559C
Black with #0F559C
Text Example
Text Example
White with #0F559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F559C; }
p { color: rgb(15,85,156); }
H1.HeaderClassName
{
color: #0F559C;
}
.AnyTagClassName
{
color: #0F559C;
}
</style>
background-color css
<style>
a { background-color: #0F559C; }
a { background-color: rgb(15,85,156); }
div.DivClassName
{
background-color: #0F559C;
}
.BgClassName
{
background-color: #0F559C;
}
</style>
border-color css
<style>
span { border-color: #0F559C; }
span { border-color: rgb(15,85,156); }
td.TdClassName
{
border-color: #0F559C;
}
.TagClassName
{
border-color: #0F559C;
}
</style>