Shades of Navy Blue #0F4EDB
Tints of Navy Blue #0F4EDB
RGB
CMYK
RGB Variations
Color information
#0F4EDB (or 0x0F4EDB) is known color: Navy Blue. HEX triplet: 0F, 4E and DB. RGB value is (15,78,219). Sum of RGB (Red+Green+Blue) = 15+78+219=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F4EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EDB is #F0B124. Grayscale: #4A4A4A. Windows color (decimal): -15773989 or 14372367. OLE color: 14372367.
HSL color Cylindrical-coordinate representation of color #0F4EDB: hue angle of 221.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4EDB is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 78 | 219 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.14 |
| HSL | 221.47º | 0.87% | 0.46% | - |
| HSV(B) | 221.47º | 0.93% | 0.86% | - |
| XYZ | 15.71 | 10.66 | 68.25 | - |
| YUV | 75.24 | 209.13 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 219 | 0.93 | 0.64 | 0 | 0.14 | 221.47 | 0.87 | 0.46 |
| Hex | F | 4E | DB | 5D | 40 | 0 | E | DD | 57 | 2E |
| Octal | 17 | 116 | 333 | 135 | 100 | 0 | 16 | 335 | 127 | 56 |
| Binary | 1111 | 1001110 | 11011011 | 1011101 | 1000000 | 0 | 1110 | 11011101 | 1010111 | 101110 |
Color Harmonies of #0F4EDB
Complementary color
Monochromatic Colors of #0F4EDB
Black with #0F4EDB
Text Example
Text Example
White with #0F4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EDB; }
p { color: rgb(15,78,219); }
H1.HeaderClassName
{
color: #0F4EDB;
}
.AnyTagClassName
{
color: #0F4EDB;
}
</style>
background-color css
<style>
a { background-color: #0F4EDB; }
a { background-color: rgb(15,78,219); }
div.DivClassName
{
background-color: #0F4EDB;
}
.BgClassName
{
background-color: #0F4EDB;
}
</style>
border-color css
<style>
span { border-color: #0F4EDB; }
span { border-color: rgb(15,78,219); }
td.TdClassName
{
border-color: #0F4EDB;
}
.TagClassName
{
border-color: #0F4EDB;
}
</style>