Shades of Cobalt #0F4E9D
Tints of Cobalt #0F4E9D
RGB
CMYK
RGB Variations
Color information
#0F4E9D (or 0x0F4E9D) is known color: Cobalt. HEX triplet: 0F, 4E and 9D. RGB value is (15,78,157). Sum of RGB (Red+Green+Blue) = 15+78+157=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F4E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4E9D is #F0B162. Grayscale: #434343. Windows color (decimal): -15774051 or 10309135. OLE color: 10309135.
HSL color Cylindrical-coordinate representation of color #0F4E9D: hue angle of 213.38º 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 #0F4E9D is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 78 | 157 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.38 |
| HSL | 213.38º | 0.83% | 0.34% | - |
| HSV(B) | 213.38º | 0.9% | 0.62% | - |
| XYZ | 9.01 | 7.98 | 32.96 | - |
| YUV | 68.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 157 | 0.90 | 0.50 | 0 | 0.38 | 213.38 | 0.83 | 0.34 |
| Hex | F | 4E | 9D | 5A | 32 | 0 | 26 | D5 | 53 | 22 |
| Octal | 17 | 116 | 235 | 132 | 62 | 0 | 46 | 325 | 123 | 42 |
| Binary | 1111 | 1001110 | 10011101 | 1011010 | 110010 | 0 | 100110 | 11010101 | 1010011 | 100010 |
Color Harmonies of #0F4E9D
Complementary color
Monochromatic Colors of #0F4E9D
Black with #0F4E9D
Text Example
Text Example
White with #0F4E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E9D; }
p { color: rgb(15,78,157); }
H1.HeaderClassName
{
color: #0F4E9D;
}
.AnyTagClassName
{
color: #0F4E9D;
}
</style>
background-color css
<style>
a { background-color: #0F4E9D; }
a { background-color: rgb(15,78,157); }
div.DivClassName
{
background-color: #0F4E9D;
}
.BgClassName
{
background-color: #0F4E9D;
}
</style>
border-color css
<style>
span { border-color: #0F4E9D; }
span { border-color: rgb(15,78,157); }
td.TdClassName
{
border-color: #0F4E9D;
}
.TagClassName
{
border-color: #0F4E9D;
}
</style>