Shades of Navy Blue #0F4ED8
Tints of Navy Blue #0F4ED8
RGB
CMYK
RGB Variations
Color information
#0F4ED8 (or 0x0F4ED8) is known color: Navy Blue. HEX triplet: 0F, 4E and D8. RGB value is (15,78,216). Sum of RGB (Red+Green+Blue) = 15+78+216=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F4ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4ED8 is #F0B127. Grayscale: #4A4A4A. Windows color (decimal): -15773992 or 14175759. OLE color: 14175759.
HSL color Cylindrical-coordinate representation of color #0F4ED8: hue angle of 221.19º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ED8 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 78 | 216 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.15 |
| HSL | 221.19º | 0.87% | 0.45% | - |
| HSV(B) | 221.19º | 0.93% | 0.85% | - |
| XYZ | 15.32 | 10.51 | 66.19 | - |
| YUV | 74.9 | 207.63 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 216 | 0.93 | 0.64 | 0 | 0.15 | 221.19 | 0.87 | 0.45 |
| Hex | F | 4E | D8 | 5D | 40 | 0 | F | DD | 57 | 2D |
| Octal | 17 | 116 | 330 | 135 | 100 | 0 | 17 | 335 | 127 | 55 |
| Binary | 1111 | 1001110 | 11011000 | 1011101 | 1000000 | 0 | 1111 | 11011101 | 1010111 | 101101 |
Color Harmonies of #0F4ED8
Complementary color
Monochromatic Colors of #0F4ED8
Black with #0F4ED8
Text Example
Text Example
White with #0F4ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4ED8; }
p { color: rgb(15,78,216); }
H1.HeaderClassName
{
color: #0F4ED8;
}
.AnyTagClassName
{
color: #0F4ED8;
}
</style>
background-color css
<style>
a { background-color: #0F4ED8; }
a { background-color: rgb(15,78,216); }
div.DivClassName
{
background-color: #0F4ED8;
}
.BgClassName
{
background-color: #0F4ED8;
}
</style>
border-color css
<style>
span { border-color: #0F4ED8; }
span { border-color: rgb(15,78,216); }
td.TdClassName
{
border-color: #0F4ED8;
}
.TagClassName
{
border-color: #0F4ED8;
}
</style>