Shades of Navy Blue #0F48EF
Tints of Navy Blue #0F48EF
RGB
CMYK
RGB Variations
Color information
#0F48EF (or 0x0F48EF) is known color: Navy Blue. HEX triplet: 0F, 48 and EF. RGB value is (15,72,239). Sum of RGB (Red+Green+Blue) = 15+72+239=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F48EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F48EF is #F0B710. Grayscale: #494949. Windows color (decimal): -15775505 or 15681551. OLE color: 15681551.
HSL color Cylindrical-coordinate representation of color #0F48EF: hue angle of 224.73º 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 #0F48EF is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 72 | 239 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.06 |
| HSL | 224.73º | 0.88% | 0.5% | - |
| HSV(B) | 224.73º | 0.94% | 0.94% | - |
| XYZ | 18.09 | 10.97 | 82.82 | - |
| YUV | 74 | 221.12 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 239 | 0.94 | 0.70 | 0 | 0.06 | 224.73 | 0.88 | 0.5 |
| Hex | F | 48 | EF | 5E | 46 | 0 | 6 | E1 | 58 | 32 |
| Octal | 17 | 110 | 357 | 136 | 106 | 0 | 6 | 341 | 130 | 62 |
| Binary | 1111 | 1001000 | 11101111 | 1011110 | 1000110 | 0 | 110 | 11100001 | 1011000 | 110010 |
Color Harmonies of #0F48EF
Complementary color
Monochromatic Colors of #0F48EF
Black with #0F48EF
Text Example
Text Example
White with #0F48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48EF; }
p { color: rgb(15,72,239); }
H1.HeaderClassName
{
color: #0F48EF;
}
.AnyTagClassName
{
color: #0F48EF;
}
</style>
background-color css
<style>
a { background-color: #0F48EF; }
a { background-color: rgb(15,72,239); }
div.DivClassName
{
background-color: #0F48EF;
}
.BgClassName
{
background-color: #0F48EF;
}
</style>
border-color css
<style>
span { border-color: #0F48EF; }
span { border-color: rgb(15,72,239); }
td.TdClassName
{
border-color: #0F48EF;
}
.TagClassName
{
border-color: #0F48EF;
}
</style>