Shades of Navy Blue #0064FE
Tints of Navy Blue #0064FE
RGB
CMYK
RGB Variations
Color information
#0064FE (or 0x0064FE) is known color: Navy Blue. HEX triplet: 00, 64 and FE. RGB value is (0,100,254). Sum of RGB (Red+Green+Blue) = 0+100+254=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #0064FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0064FE is #FF9B01. Grayscale: #565656. Windows color (decimal): -16751362 or 16671744. OLE color: 16671744.
HSL color Cylindrical-coordinate representation of color #0064FE: hue angle of 216.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064FE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 100 | 254 | - |
| CMYK | 1 | 0.61 | 0 | 0.00 |
| HSL | 216.38º | 1% | 0.5% | - |
| HSV(B) | 216.38º | 1% | 1% | - |
| XYZ | 22.45 | 16.27 | 95.72 | - |
| YUV | 87.66 | 221.87 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 254 | 1 | 0.61 | 0 | 0.00 | 216.38 | 1 | 0.5 |
| Hex | 0 | 64 | FE | 64 | 3D | 0 | 0 | D8 | 64 | 32 |
| Octal | 0 | 144 | 376 | 144 | 75 | 0 | 0 | 330 | 144 | 62 |
| Binary | 0 | 1100100 | 11111110 | 1100100 | 111101 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0064FE
Complementary color
Monochromatic Colors of #0064FE
Black with #0064FE
Text Example
Text Example
White with #0064FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064FE; }
p { color: rgb(0,100,254); }
H1.HeaderClassName
{
color: #0064FE;
}
.AnyTagClassName
{
color: #0064FE;
}
</style>
background-color css
<style>
a { background-color: #0064FE; }
a { background-color: rgb(0,100,254); }
div.DivClassName
{
background-color: #0064FE;
}
.BgClassName
{
background-color: #0064FE;
}
</style>
border-color css
<style>
span { border-color: #0064FE; }
span { border-color: rgb(0,100,254); }
td.TdClassName
{
border-color: #0064FE;
}
.TagClassName
{
border-color: #0064FE;
}
</style>