Shades of Cobalt #0F459D
Tints of Cobalt #0F459D
RGB
CMYK
RGB Variations
Color information
#0F459D (or 0x0F459D) is known color: Cobalt. HEX triplet: 0F, 45 and 9D. RGB value is (15,69,157). Sum of RGB (Red+Green+Blue) = 15+69+157=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F459D is #F0BA62. Grayscale: #3E3E3E. Windows color (decimal): -15776355 or 10306831. OLE color: 10306831.
HSL color Cylindrical-coordinate representation of color #0F459D: hue angle of 217.18º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F459D is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 69 | 157 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.38 |
| HSL | 217.18º | 0.83% | 0.34% | - |
| HSV(B) | 217.18º | 0.9% | 0.62% | - |
| XYZ | 8.41 | 6.79 | 32.77 | - |
| YUV | 62.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 157 | 0.90 | 0.56 | 0 | 0.38 | 217.18 | 0.83 | 0.34 |
| Hex | F | 45 | 9D | 5A | 38 | 0 | 26 | D9 | 53 | 22 |
| Octal | 17 | 105 | 235 | 132 | 70 | 0 | 46 | 331 | 123 | 42 |
| Binary | 1111 | 1000101 | 10011101 | 1011010 | 111000 | 0 | 100110 | 11011001 | 1010011 | 100010 |
Color Harmonies of #0F459D
Complementary color
Monochromatic Colors of #0F459D
Black with #0F459D
Text Example
Text Example
White with #0F459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F459D; }
p { color: rgb(15,69,157); }
H1.HeaderClassName
{
color: #0F459D;
}
.AnyTagClassName
{
color: #0F459D;
}
</style>
background-color css
<style>
a { background-color: #0F459D; }
a { background-color: rgb(15,69,157); }
div.DivClassName
{
background-color: #0F459D;
}
.BgClassName
{
background-color: #0F459D;
}
</style>
border-color css
<style>
span { border-color: #0F459D; }
span { border-color: rgb(15,69,157); }
td.TdClassName
{
border-color: #0F459D;
}
.TagClassName
{
border-color: #0F459D;
}
</style>