Shades of Navy Blue #0F65DF
Tints of Navy Blue #0F65DF
RGB
CMYK
RGB Variations
Color information
#0F65DF (or 0x0F65DF) is known color: Navy Blue. HEX triplet: 0F, 65 and DF. RGB value is (15,101,223). Sum of RGB (Red+Green+Blue) = 15+101+223=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F65DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F65DF is #F09A20. Grayscale: #585858. Windows color (decimal): -15768097 or 14640399. OLE color: 14640399.
HSL color Cylindrical-coordinate representation of color #0F65DF: hue angle of 215.19º 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 #0F65DF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 101 | 223 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.13 |
| HSL | 215.19º | 0.87% | 0.47% | - |
| HSV(B) | 215.19º | 0.93% | 0.87% | - |
| XYZ | 18.17 | 14.74 | 71.7 | - |
| YUV | 89.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 223 | 0.93 | 0.55 | 0 | 0.13 | 215.19 | 0.87 | 0.47 |
| Hex | F | 65 | DF | 5D | 37 | 0 | D | D7 | 57 | 2F |
| Octal | 17 | 145 | 337 | 135 | 67 | 0 | 15 | 327 | 127 | 57 |
| Binary | 1111 | 1100101 | 11011111 | 1011101 | 110111 | 0 | 1101 | 11010111 | 1010111 | 101111 |
Color Harmonies of #0F65DF
Complementary color
Monochromatic Colors of #0F65DF
Black with #0F65DF
Text Example
Text Example
White with #0F65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F65DF; }
p { color: rgb(15,101,223); }
H1.HeaderClassName
{
color: #0F65DF;
}
.AnyTagClassName
{
color: #0F65DF;
}
</style>
background-color css
<style>
a { background-color: #0F65DF; }
a { background-color: rgb(15,101,223); }
div.DivClassName
{
background-color: #0F65DF;
}
.BgClassName
{
background-color: #0F65DF;
}
</style>
border-color css
<style>
span { border-color: #0F65DF; }
span { border-color: rgb(15,101,223); }
td.TdClassName
{
border-color: #0F65DF;
}
.TagClassName
{
border-color: #0F65DF;
}
</style>