Shades of Navy Blue #0F4EF1
Tints of Navy Blue #0F4EF1
RGB
CMYK
RGB Variations
Color information
#0F4EF1 (or 0x0F4EF1) is known color: Navy Blue. HEX triplet: 0F, 4E and F1. RGB value is (15,78,241). Sum of RGB (Red+Green+Blue) = 15+78+241=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #0F4EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4EF1 is #F0B10E. Grayscale: #4D4D4D. Windows color (decimal): -15773967 or 15814159. OLE color: 15814159.
HSL color Cylindrical-coordinate representation of color #0F4EF1: hue angle of 223.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4EF1 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 78 | 241 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.05 |
| HSL | 223.27º | 0.89% | 0.5% | - |
| HSV(B) | 223.27º | 0.94% | 0.95% | - |
| XYZ | 18.8 | 11.9 | 84.53 | - |
| YUV | 77.75 | 220.13 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 241 | 0.94 | 0.68 | 0 | 0.05 | 223.27 | 0.89 | 0.5 |
| Hex | F | 4E | F1 | 5E | 44 | 0 | 5 | DF | 59 | 32 |
| Octal | 17 | 116 | 361 | 136 | 104 | 0 | 5 | 337 | 131 | 62 |
| Binary | 1111 | 1001110 | 11110001 | 1011110 | 1000100 | 0 | 101 | 11011111 | 1011001 | 110010 |
Color Harmonies of #0F4EF1
Complementary color
Monochromatic Colors of #0F4EF1
Black with #0F4EF1
Text Example
Text Example
White with #0F4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EF1; }
p { color: rgb(15,78,241); }
H1.HeaderClassName
{
color: #0F4EF1;
}
.AnyTagClassName
{
color: #0F4EF1;
}
</style>
background-color css
<style>
a { background-color: #0F4EF1; }
a { background-color: rgb(15,78,241); }
div.DivClassName
{
background-color: #0F4EF1;
}
.BgClassName
{
background-color: #0F4EF1;
}
</style>
border-color css
<style>
span { border-color: #0F4EF1; }
span { border-color: rgb(15,78,241); }
td.TdClassName
{
border-color: #0F4EF1;
}
.TagClassName
{
border-color: #0F4EF1;
}
</style>