Shades of Navy Blue #0064EB
Tints of Navy Blue #0064EB
RGB
CMYK
RGB Variations
Color information
#0064EB (or 0x0064EB) is known color: Navy Blue. HEX triplet: 00, 64 and EB. RGB value is (0,100,235). Sum of RGB (Red+Green+Blue) = 0+100+235=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #0064EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0064EB is #FF9B14. Grayscale: #545454. Windows color (decimal): -16751381 or 15426560. OLE color: 15426560.
HSL color Cylindrical-coordinate representation of color #0064EB: hue angle of 214.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064EB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 100 | 235 | - |
| CMYK | 1 | 0.57 | 0 | 0.08 |
| HSL | 214.47º | 1% | 0.46% | - |
| HSV(B) | 214.47º | 1% | 0.92% | - |
| XYZ | 19.55 | 15.11 | 80.48 | - |
| YUV | 85.49 | 212.37 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 235 | 1 | 0.57 | 0 | 0.08 | 214.47 | 1 | 0.46 |
| Hex | 0 | 64 | EB | 64 | 39 | 0 | 8 | D6 | 64 | 2E |
| Octal | 0 | 144 | 353 | 144 | 71 | 0 | 10 | 326 | 144 | 56 |
| Binary | 0 | 1100100 | 11101011 | 1100100 | 111001 | 0 | 1000 | 11010110 | 1100100 | 101110 |
Color Harmonies of #0064EB
Complementary color
Monochromatic Colors of #0064EB
Black with #0064EB
Text Example
Text Example
White with #0064EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064EB; }
p { color: rgb(0,100,235); }
H1.HeaderClassName
{
color: #0064EB;
}
.AnyTagClassName
{
color: #0064EB;
}
</style>
background-color css
<style>
a { background-color: #0064EB; }
a { background-color: rgb(0,100,235); }
div.DivClassName
{
background-color: #0064EB;
}
.BgClassName
{
background-color: #0064EB;
}
</style>
border-color css
<style>
span { border-color: #0064EB; }
span { border-color: rgb(0,100,235); }
td.TdClassName
{
border-color: #0064EB;
}
.TagClassName
{
border-color: #0064EB;
}
</style>