Shades of Navy Blue #0F5FDF
Tints of Navy Blue #0F5FDF
RGB
CMYK
RGB Variations
Color information
#0F5FDF (or 0x0F5FDF) is known color: Navy Blue. HEX triplet: 0F, 5F and DF. RGB value is (15,95,223). Sum of RGB (Red+Green+Blue) = 15+95+223=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F5FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5FDF is #F0A020. Grayscale: #555555. Windows color (decimal): -15769633 or 14638863. OLE color: 14638863.
HSL color Cylindrical-coordinate representation of color #0F5FDF: hue angle of 216.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5FDF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 95 | 223 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.13 |
| HSL | 216.92º | 0.87% | 0.47% | - |
| HSV(B) | 216.92º | 0.93% | 0.87% | - |
| XYZ | 17.61 | 13.61 | 71.51 | - |
| YUV | 85.67 | 205.5 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 223 | 0.93 | 0.57 | 0 | 0.13 | 216.92 | 0.87 | 0.47 |
| Hex | F | 5F | DF | 5D | 39 | 0 | D | D9 | 57 | 2F |
| Octal | 17 | 137 | 337 | 135 | 71 | 0 | 15 | 331 | 127 | 57 |
| Binary | 1111 | 1011111 | 11011111 | 1011101 | 111001 | 0 | 1101 | 11011001 | 1010111 | 101111 |
Color Harmonies of #0F5FDF
Complementary color
Monochromatic Colors of #0F5FDF
Black with #0F5FDF
Text Example
Text Example
White with #0F5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5FDF; }
p { color: rgb(15,95,223); }
H1.HeaderClassName
{
color: #0F5FDF;
}
.AnyTagClassName
{
color: #0F5FDF;
}
</style>
background-color css
<style>
a { background-color: #0F5FDF; }
a { background-color: rgb(15,95,223); }
div.DivClassName
{
background-color: #0F5FDF;
}
.BgClassName
{
background-color: #0F5FDF;
}
</style>
border-color css
<style>
span { border-color: #0F5FDF; }
span { border-color: rgb(15,95,223); }
td.TdClassName
{
border-color: #0F5FDF;
}
.TagClassName
{
border-color: #0F5FDF;
}
</style>