Shades of Cobalt #0F4DA6
Tints of Cobalt #0F4DA6
RGB
CMYK
RGB Variations
Color information
#0F4DA6 (or 0x0F4DA6) is known color: Cobalt. HEX triplet: 0F, 4D and A6. RGB value is (15,77,166). Sum of RGB (Red+Green+Blue) = 15+77+166=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F4DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4DA6 is #F0B259. Grayscale: #444444. Windows color (decimal): -15774298 or 10898703. OLE color: 10898703.
HSL color Cylindrical-coordinate representation of color #0F4DA6: hue angle of 215.36º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4DA6 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 77 | 166 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.35 |
| HSL | 215.36º | 0.83% | 0.35% | - |
| HSV(B) | 215.36º | 0.91% | 0.65% | - |
| XYZ | 9.73 | 8.16 | 37.14 | - |
| YUV | 68.61 | 182.96 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 166 | 0.91 | 0.54 | 0 | 0.35 | 215.36 | 0.83 | 0.35 |
| Hex | F | 4D | A6 | 5B | 36 | 0 | 23 | D7 | 53 | 23 |
| Octal | 17 | 115 | 246 | 133 | 66 | 0 | 43 | 327 | 123 | 43 |
| Binary | 1111 | 1001101 | 10100110 | 1011011 | 110110 | 0 | 100011 | 11010111 | 1010011 | 100011 |
Color Harmonies of #0F4DA6
Complementary color
Monochromatic Colors of #0F4DA6
Black with #0F4DA6
Text Example
Text Example
White with #0F4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4DA6; }
p { color: rgb(15,77,166); }
H1.HeaderClassName
{
color: #0F4DA6;
}
.AnyTagClassName
{
color: #0F4DA6;
}
</style>
background-color css
<style>
a { background-color: #0F4DA6; }
a { background-color: rgb(15,77,166); }
div.DivClassName
{
background-color: #0F4DA6;
}
.BgClassName
{
background-color: #0F4DA6;
}
</style>
border-color css
<style>
span { border-color: #0F4DA6; }
span { border-color: rgb(15,77,166); }
td.TdClassName
{
border-color: #0F4DA6;
}
.TagClassName
{
border-color: #0F4DA6;
}
</style>