Shades of Cobalt #0F559B
Tints of Cobalt #0F559B
RGB
CMYK
RGB Variations
Color information
#0F559B (or 0x0F559B) is known color: Cobalt. HEX triplet: 0F, 55 and 9B. RGB value is (15,85,155). Sum of RGB (Red+Green+Blue) = 15+85+155=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F559B is #F0AA64. Grayscale: #474747. Windows color (decimal): -15772261 or 10179855. OLE color: 10179855.
HSL color Cylindrical-coordinate representation of color #0F559B: hue angle of 210º 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 #0F559B is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 85 | 155 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.39 |
| HSL | 210º | 0.82% | 0.33% | - |
| HSV(B) | 210º | 0.9% | 0.61% | - |
| XYZ | 9.36 | 8.97 | 32.25 | - |
| YUV | 72.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 155 | 0.90 | 0.45 | 0 | 0.39 | 210 | 0.82 | 0.33 |
| Hex | F | 55 | 9B | 5A | 2D | 0 | 27 | D2 | 52 | 21 |
| Octal | 17 | 125 | 233 | 132 | 55 | 0 | 47 | 322 | 122 | 41 |
| Binary | 1111 | 1010101 | 10011011 | 1011010 | 101101 | 0 | 100111 | 11010010 | 1010010 | 100001 |
Color Harmonies of #0F559B
Complementary color
Monochromatic Colors of #0F559B
Black with #0F559B
Text Example
Text Example
White with #0F559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F559B; }
p { color: rgb(15,85,155); }
H1.HeaderClassName
{
color: #0F559B;
}
.AnyTagClassName
{
color: #0F559B;
}
</style>
background-color css
<style>
a { background-color: #0F559B; }
a { background-color: rgb(15,85,155); }
div.DivClassName
{
background-color: #0F559B;
}
.BgClassName
{
background-color: #0F559B;
}
</style>
border-color css
<style>
span { border-color: #0F559B; }
span { border-color: rgb(15,85,155); }
td.TdClassName
{
border-color: #0F559B;
}
.TagClassName
{
border-color: #0F559B;
}
</style>