Shades of Cobalt #0F579C
Tints of Cobalt #0F579C
RGB
CMYK
RGB Variations
Color information
#0F579C (or 0x0F579C) is known color: Cobalt. HEX triplet: 0F, 57 and 9C. RGB value is (15,87,156). Sum of RGB (Red+Green+Blue) = 15+87+156=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F579C is #F0A863. Grayscale: #484848. Windows color (decimal): -15771748 or 10245903. OLE color: 10245903.
HSL color Cylindrical-coordinate representation of color #0F579C: hue angle of 209.36º 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 #0F579C is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 87 | 156 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.39 |
| HSL | 209.36º | 0.82% | 0.34% | - |
| HSV(B) | 209.36º | 0.9% | 0.61% | - |
| XYZ | 9.61 | 9.32 | 32.74 | - |
| YUV | 73.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 156 | 0.90 | 0.44 | 0 | 0.39 | 209.36 | 0.82 | 0.34 |
| Hex | F | 57 | 9C | 5A | 2C | 0 | 27 | D1 | 52 | 22 |
| Octal | 17 | 127 | 234 | 132 | 54 | 0 | 47 | 321 | 122 | 42 |
| Binary | 1111 | 1010111 | 10011100 | 1011010 | 101100 | 0 | 100111 | 11010001 | 1010010 | 100010 |
Color Harmonies of #0F579C
Complementary color
Monochromatic Colors of #0F579C
Black with #0F579C
Text Example
Text Example
White with #0F579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F579C; }
p { color: rgb(15,87,156); }
H1.HeaderClassName
{
color: #0F579C;
}
.AnyTagClassName
{
color: #0F579C;
}
</style>
background-color css
<style>
a { background-color: #0F579C; }
a { background-color: rgb(15,87,156); }
div.DivClassName
{
background-color: #0F579C;
}
.BgClassName
{
background-color: #0F579C;
}
</style>
border-color css
<style>
span { border-color: #0F579C; }
span { border-color: rgb(15,87,156); }
td.TdClassName
{
border-color: #0F579C;
}
.TagClassName
{
border-color: #0F579C;
}
</style>