Shades of Navy Blue #0F65EF
Tints of Navy Blue #0F65EF
RGB
CMYK
RGB Variations
Color information
#0F65EF (or 0x0F65EF) is known color: Navy Blue. HEX triplet: 0F, 65 and EF. RGB value is (15,101,239). Sum of RGB (Red+Green+Blue) = 15+101+239=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F65EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F65EF is #F09A10. Grayscale: #5A5A5A. Windows color (decimal): -15768081 or 15688975. OLE color: 15688975.
HSL color Cylindrical-coordinate representation of color #0F65EF: hue angle of 216.96º 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 #0F65EF is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 101 | 239 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.06 |
| HSL | 216.96º | 0.88% | 0.5% | - |
| HSV(B) | 216.96º | 0.94% | 0.94% | - |
| XYZ | 20.43 | 15.64 | 83.6 | - |
| YUV | 91.02 | 211.51 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 239 | 0.94 | 0.58 | 0 | 0.06 | 216.96 | 0.88 | 0.5 |
| Hex | F | 65 | EF | 5E | 3A | 0 | 6 | D9 | 58 | 32 |
| Octal | 17 | 145 | 357 | 136 | 72 | 0 | 6 | 331 | 130 | 62 |
| Binary | 1111 | 1100101 | 11101111 | 1011110 | 111010 | 0 | 110 | 11011001 | 1011000 | 110010 |
Color Harmonies of #0F65EF
Complementary color
Monochromatic Colors of #0F65EF
Black with #0F65EF
Text Example
Text Example
White with #0F65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F65EF; }
p { color: rgb(15,101,239); }
H1.HeaderClassName
{
color: #0F65EF;
}
.AnyTagClassName
{
color: #0F65EF;
}
</style>
background-color css
<style>
a { background-color: #0F65EF; }
a { background-color: rgb(15,101,239); }
div.DivClassName
{
background-color: #0F65EF;
}
.BgClassName
{
background-color: #0F65EF;
}
</style>
border-color css
<style>
span { border-color: #0F65EF; }
span { border-color: rgb(15,101,239); }
td.TdClassName
{
border-color: #0F65EF;
}
.TagClassName
{
border-color: #0F65EF;
}
</style>