Shades of Cobalt #0F459F
Tints of Cobalt #0F459F
RGB
CMYK
RGB Variations
Color information
#0F459F (or 0x0F459F) is known color: Cobalt. HEX triplet: 0F, 45 and 9F. RGB value is (15,69,159). Sum of RGB (Red+Green+Blue) = 15+69+159=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F459F is #F0BA60. Grayscale: #3E3E3E. Windows color (decimal): -15776353 or 10437903. OLE color: 10437903.
HSL color Cylindrical-coordinate representation of color #0F459F: hue angle of 217.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F459F is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 69 | 159 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.38 |
| HSL | 217.5º | 0.83% | 0.34% | - |
| HSV(B) | 217.5º | 0.91% | 0.62% | - |
| XYZ | 8.58 | 6.86 | 33.67 | - |
| YUV | 63.11 | 182.11 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 159 | 0.91 | 0.57 | 0 | 0.38 | 217.5 | 0.83 | 0.34 |
| Hex | F | 45 | 9F | 5B | 39 | 0 | 26 | DA | 53 | 22 |
| Octal | 17 | 105 | 237 | 133 | 71 | 0 | 46 | 332 | 123 | 42 |
| Binary | 1111 | 1000101 | 10011111 | 1011011 | 111001 | 0 | 100110 | 11011010 | 1010011 | 100010 |
Color Harmonies of #0F459F
Complementary color
Monochromatic Colors of #0F459F
Black with #0F459F
Text Example
Text Example
White with #0F459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F459F; }
p { color: rgb(15,69,159); }
H1.HeaderClassName
{
color: #0F459F;
}
.AnyTagClassName
{
color: #0F459F;
}
</style>
background-color css
<style>
a { background-color: #0F459F; }
a { background-color: rgb(15,69,159); }
div.DivClassName
{
background-color: #0F459F;
}
.BgClassName
{
background-color: #0F459F;
}
</style>
border-color css
<style>
span { border-color: #0F459F; }
span { border-color: rgb(15,69,159); }
td.TdClassName
{
border-color: #0F459F;
}
.TagClassName
{
border-color: #0F459F;
}
</style>