Shades of Navy Blue #0F64EF
Tints of Navy Blue #0F64EF
RGB
CMYK
RGB Variations
Color information
#0F64EF (or 0x0F64EF) is known color: Navy Blue. HEX triplet: 0F, 64 and EF. RGB value is (15,100,239). Sum of RGB (Red+Green+Blue) = 15+100+239=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F64EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F64EF is #F09B10. Grayscale: #595959. Windows color (decimal): -15768337 or 15688719. OLE color: 15688719.
HSL color Cylindrical-coordinate representation of color #0F64EF: hue angle of 217.23º 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 #0F64EF is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 100 | 239 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.06 |
| HSL | 217.23º | 0.88% | 0.5% | - |
| HSV(B) | 217.23º | 0.94% | 0.94% | - |
| XYZ | 20.33 | 15.45 | 83.57 | - |
| YUV | 90.43 | 211.84 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 239 | 0.94 | 0.58 | 0 | 0.06 | 217.23 | 0.88 | 0.5 |
| Hex | F | 64 | EF | 5E | 3A | 0 | 6 | D9 | 58 | 32 |
| Octal | 17 | 144 | 357 | 136 | 72 | 0 | 6 | 331 | 130 | 62 |
| Binary | 1111 | 1100100 | 11101111 | 1011110 | 111010 | 0 | 110 | 11011001 | 1011000 | 110010 |
Color Harmonies of #0F64EF
Complementary color
Monochromatic Colors of #0F64EF
Black with #0F64EF
Text Example
Text Example
White with #0F64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F64EF; }
p { color: rgb(15,100,239); }
H1.HeaderClassName
{
color: #0F64EF;
}
.AnyTagClassName
{
color: #0F64EF;
}
</style>
background-color css
<style>
a { background-color: #0F64EF; }
a { background-color: rgb(15,100,239); }
div.DivClassName
{
background-color: #0F64EF;
}
.BgClassName
{
background-color: #0F64EF;
}
</style>
border-color css
<style>
span { border-color: #0F64EF; }
span { border-color: rgb(15,100,239); }
td.TdClassName
{
border-color: #0F64EF;
}
.TagClassName
{
border-color: #0F64EF;
}
</style>