Shades of Navy Blue #0F49EF
Tints of Navy Blue #0F49EF
RGB
CMYK
RGB Variations
Color information
#0F49EF (or 0x0F49EF) is known color: Navy Blue. HEX triplet: 0F, 49 and EF. RGB value is (15,73,239). Sum of RGB (Red+Green+Blue) = 15+73+239=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F49EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F49EF is #F0B610. Grayscale: #494949. Windows color (decimal): -15775249 or 15681807. OLE color: 15681807.
HSL color Cylindrical-coordinate representation of color #0F49EF: hue angle of 224.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F49EF is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 73 | 239 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.06 |
| HSL | 224.46º | 0.88% | 0.5% | - |
| HSV(B) | 224.46º | 0.94% | 0.94% | - |
| XYZ | 18.16 | 11.1 | 82.85 | - |
| YUV | 74.58 | 220.78 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 239 | 0.94 | 0.69 | 0 | 0.06 | 224.46 | 0.88 | 0.5 |
| Hex | F | 49 | EF | 5E | 45 | 0 | 6 | E0 | 58 | 32 |
| Octal | 17 | 111 | 357 | 136 | 105 | 0 | 6 | 340 | 130 | 62 |
| Binary | 1111 | 1001001 | 11101111 | 1011110 | 1000101 | 0 | 110 | 11100000 | 1011000 | 110010 |
Color Harmonies of #0F49EF
Complementary color
Monochromatic Colors of #0F49EF
Black with #0F49EF
Text Example
Text Example
White with #0F49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49EF; }
p { color: rgb(15,73,239); }
H1.HeaderClassName
{
color: #0F49EF;
}
.AnyTagClassName
{
color: #0F49EF;
}
</style>
background-color css
<style>
a { background-color: #0F49EF; }
a { background-color: rgb(15,73,239); }
div.DivClassName
{
background-color: #0F49EF;
}
.BgClassName
{
background-color: #0F49EF;
}
</style>
border-color css
<style>
span { border-color: #0F49EF; }
span { border-color: rgb(15,73,239); }
td.TdClassName
{
border-color: #0F49EF;
}
.TagClassName
{
border-color: #0F49EF;
}
</style>