Shades of Cobalt #0F479C
Tints of Cobalt #0F479C
RGB
CMYK
RGB Variations
Color information
#0F479C (or 0x0F479C) is known color: Cobalt. HEX triplet: 0F, 47 and 9C. RGB value is (15,71,156). Sum of RGB (Red+Green+Blue) = 15+71+156=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F479C is #F0B863. Grayscale: #3F3F3F. Windows color (decimal): -15775844 or 10241807. OLE color: 10241807.
HSL color Cylindrical-coordinate representation of color #0F479C: hue angle of 216.17º 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 #0F479C is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 71 | 156 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.39 |
| HSL | 216.17º | 0.82% | 0.34% | - |
| HSV(B) | 216.17º | 0.9% | 0.61% | - |
| XYZ | 8.45 | 7.01 | 32.36 | - |
| YUV | 63.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 156 | 0.90 | 0.54 | 0 | 0.39 | 216.17 | 0.82 | 0.34 |
| Hex | F | 47 | 9C | 5A | 36 | 0 | 27 | D8 | 52 | 22 |
| Octal | 17 | 107 | 234 | 132 | 66 | 0 | 47 | 330 | 122 | 42 |
| Binary | 1111 | 1000111 | 10011100 | 1011010 | 110110 | 0 | 100111 | 11011000 | 1010010 | 100010 |
Color Harmonies of #0F479C
Complementary color
Monochromatic Colors of #0F479C
Black with #0F479C
Text Example
Text Example
White with #0F479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F479C; }
p { color: rgb(15,71,156); }
H1.HeaderClassName
{
color: #0F479C;
}
.AnyTagClassName
{
color: #0F479C;
}
</style>
background-color css
<style>
a { background-color: #0F479C; }
a { background-color: rgb(15,71,156); }
div.DivClassName
{
background-color: #0F479C;
}
.BgClassName
{
background-color: #0F479C;
}
</style>
border-color css
<style>
span { border-color: #0F479C; }
span { border-color: rgb(15,71,156); }
td.TdClassName
{
border-color: #0F479C;
}
.TagClassName
{
border-color: #0F479C;
}
</style>