Shades of Navy Blue #0F4FDE
Tints of Navy Blue #0F4FDE
RGB
CMYK
RGB Variations
Color information
#0F4FDE (or 0x0F4FDE) is known color: Navy Blue. HEX triplet: 0F, 4F and DE. RGB value is (15,79,222). Sum of RGB (Red+Green+Blue) = 15+79+222=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F4FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FDE is #F0B021. Grayscale: #4B4B4B. Windows color (decimal): -15773730 or 14569231. OLE color: 14569231.
HSL color Cylindrical-coordinate representation of color #0F4FDE: hue angle of 221.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4FDE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 79 | 222 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.13 |
| HSL | 221.45º | 0.87% | 0.46% | - |
| HSV(B) | 221.45º | 0.93% | 0.87% | - |
| XYZ | 16.18 | 10.97 | 70.37 | - |
| YUV | 76.17 | 210.3 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 222 | 0.93 | 0.64 | 0 | 0.13 | 221.45 | 0.87 | 0.46 |
| Hex | F | 4F | DE | 5D | 40 | 0 | D | DD | 57 | 2E |
| Octal | 17 | 117 | 336 | 135 | 100 | 0 | 15 | 335 | 127 | 56 |
| Binary | 1111 | 1001111 | 11011110 | 1011101 | 1000000 | 0 | 1101 | 11011101 | 1010111 | 101110 |
Color Harmonies of #0F4FDE
Complementary color
Monochromatic Colors of #0F4FDE
Black with #0F4FDE
Text Example
Text Example
White with #0F4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4FDE; }
p { color: rgb(15,79,222); }
H1.HeaderClassName
{
color: #0F4FDE;
}
.AnyTagClassName
{
color: #0F4FDE;
}
</style>
background-color css
<style>
a { background-color: #0F4FDE; }
a { background-color: rgb(15,79,222); }
div.DivClassName
{
background-color: #0F4FDE;
}
.BgClassName
{
background-color: #0F4FDE;
}
</style>
border-color css
<style>
span { border-color: #0F4FDE; }
span { border-color: rgb(15,79,222); }
td.TdClassName
{
border-color: #0F4FDE;
}
.TagClassName
{
border-color: #0F4FDE;
}
</style>