Shades of Cobalt #0F4E97
Tints of Cobalt #0F4E97
RGB
CMYK
RGB Variations
Color information
#0F4E97 (or 0x0F4E97) is known color: Cobalt. HEX triplet: 0F, 4E and 97. RGB value is (15,78,151). Sum of RGB (Red+Green+Blue) = 15+78+151=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F4E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4E97 is #F0B168. Grayscale: #434343. Windows color (decimal): -15774057 or 9915919. OLE color: 9915919.
HSL color Cylindrical-coordinate representation of color #0F4E97: hue angle of 212.21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4E97 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 78 | 151 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.41 |
| HSL | 212.21º | 0.82% | 0.33% | - |
| HSV(B) | 212.21º | 0.9% | 0.59% | - |
| XYZ | 8.51 | 7.78 | 30.33 | - |
| YUV | 67.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 151 | 0.90 | 0.48 | 0 | 0.41 | 212.21 | 0.82 | 0.33 |
| Hex | F | 4E | 97 | 5A | 30 | 0 | 29 | D4 | 52 | 21 |
| Octal | 17 | 116 | 227 | 132 | 60 | 0 | 51 | 324 | 122 | 41 |
| Binary | 1111 | 1001110 | 10010111 | 1011010 | 110000 | 0 | 101001 | 11010100 | 1010010 | 100001 |
Color Harmonies of #0F4E97
Complementary color
Monochromatic Colors of #0F4E97
Black with #0F4E97
Text Example
Text Example
White with #0F4E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E97; }
p { color: rgb(15,78,151); }
H1.HeaderClassName
{
color: #0F4E97;
}
.AnyTagClassName
{
color: #0F4E97;
}
</style>
background-color css
<style>
a { background-color: #0F4E97; }
a { background-color: rgb(15,78,151); }
div.DivClassName
{
background-color: #0F4E97;
}
.BgClassName
{
background-color: #0F4E97;
}
</style>
border-color css
<style>
span { border-color: #0F4E97; }
span { border-color: rgb(15,78,151); }
td.TdClassName
{
border-color: #0F4E97;
}
.TagClassName
{
border-color: #0F4E97;
}
</style>