Shades of Navy Blue #0064EF
Tints of Navy Blue #0064EF
RGB
CMYK
RGB Variations
Color information
#0064EF (or 0x0064EF) is known color: Navy Blue. HEX triplet: 00, 64 and EF. RGB value is (0,100,239). Sum of RGB (Red+Green+Blue) = 0+100+239=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #0064EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0064EF is #FF9B10. Grayscale: #555555. Windows color (decimal): -16751377 or 15688704. OLE color: 15688704.
HSL color Cylindrical-coordinate representation of color #0064EF: hue angle of 214.9º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064EF is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 100 | 239 | - |
| CMYK | 1 | 0.58 | 0 | 0.06 |
| HSL | 214.9º | 1% | 0.47% | - |
| HSV(B) | 214.9º | 1% | 0.94% | - |
| XYZ | 20.14 | 15.35 | 83.56 | - |
| YUV | 85.95 | 214.37 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 239 | 1 | 0.58 | 0 | 0.06 | 214.9 | 1 | 0.47 |
| Hex | 0 | 64 | EF | 64 | 3A | 0 | 6 | D7 | 64 | 2F |
| Octal | 0 | 144 | 357 | 144 | 72 | 0 | 6 | 327 | 144 | 57 |
| Binary | 0 | 1100100 | 11101111 | 1100100 | 111010 | 0 | 110 | 11010111 | 1100100 | 101111 |
Color Harmonies of #0064EF
Complementary color
Monochromatic Colors of #0064EF
Black with #0064EF
Text Example
Text Example
White with #0064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064EF; }
p { color: rgb(0,100,239); }
H1.HeaderClassName
{
color: #0064EF;
}
.AnyTagClassName
{
color: #0064EF;
}
</style>
background-color css
<style>
a { background-color: #0064EF; }
a { background-color: rgb(0,100,239); }
div.DivClassName
{
background-color: #0064EF;
}
.BgClassName
{
background-color: #0064EF;
}
</style>
border-color css
<style>
span { border-color: #0064EF; }
span { border-color: rgb(0,100,239); }
td.TdClassName
{
border-color: #0064EF;
}
.TagClassName
{
border-color: #0064EF;
}
</style>