Shades of Cobalt #0F599B
Tints of Cobalt #0F599B
RGB
CMYK
RGB Variations
Color information
#0F599B (or 0x0F599B) is known color: Cobalt. HEX triplet: 0F, 59 and 9B. RGB value is (15,89,155). Sum of RGB (Red+Green+Blue) = 15+89+155=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F599B is #F0A664. Grayscale: #4A4A4A. Windows color (decimal): -15771237 or 10180879. OLE color: 10180879.
HSL color Cylindrical-coordinate representation of color #0F599B: hue angle of 208.29º 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 #0F599B is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 89 | 155 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.39 |
| HSL | 208.29º | 0.82% | 0.33% | - |
| HSV(B) | 208.29º | 0.9% | 0.61% | - |
| XYZ | 9.69 | 9.61 | 32.36 | - |
| YUV | 74.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 155 | 0.90 | 0.43 | 0 | 0.39 | 208.29 | 0.82 | 0.33 |
| Hex | F | 59 | 9B | 5A | 2B | 0 | 27 | D0 | 52 | 21 |
| Octal | 17 | 131 | 233 | 132 | 53 | 0 | 47 | 320 | 122 | 41 |
| Binary | 1111 | 1011001 | 10011011 | 1011010 | 101011 | 0 | 100111 | 11010000 | 1010010 | 100001 |
Color Harmonies of #0F599B
Complementary color
Monochromatic Colors of #0F599B
Black with #0F599B
Text Example
Text Example
White with #0F599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F599B; }
p { color: rgb(15,89,155); }
H1.HeaderClassName
{
color: #0F599B;
}
.AnyTagClassName
{
color: #0F599B;
}
</style>
background-color css
<style>
a { background-color: #0F599B; }
a { background-color: rgb(15,89,155); }
div.DivClassName
{
background-color: #0F599B;
}
.BgClassName
{
background-color: #0F599B;
}
</style>
border-color css
<style>
span { border-color: #0F599B; }
span { border-color: rgb(15,89,155); }
td.TdClassName
{
border-color: #0F599B;
}
.TagClassName
{
border-color: #0F599B;
}
</style>