Shades of Navy Blue #0064DF
Tints of Navy Blue #0064DF
RGB
CMYK
RGB Variations
Color information
#0064DF (or 0x0064DF) is known color: Navy Blue. HEX triplet: 00, 64 and DF. RGB value is (0,100,223). Sum of RGB (Red+Green+Blue) = 0+100+223=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0064DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064DF is #FF9B20. Grayscale: #535353. Windows color (decimal): -16751393 or 14640128. OLE color: 14640128.
HSL color Cylindrical-coordinate representation of color #0064DF: hue angle of 213.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064DF is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 100 | 223 | - |
| CMYK | 1 | 0.55 | 0 | 0.13 |
| HSL | 213.09º | 1% | 0.44% | - |
| HSV(B) | 213.09º | 1% | 0.87% | - |
| XYZ | 17.88 | 14.44 | 71.66 | - |
| YUV | 84.12 | 206.37 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 223 | 1 | 0.55 | 0 | 0.13 | 213.09 | 1 | 0.44 |
| Hex | 0 | 64 | DF | 64 | 37 | 0 | D | D5 | 64 | 2C |
| Octal | 0 | 144 | 337 | 144 | 67 | 0 | 15 | 325 | 144 | 54 |
| Binary | 0 | 1100100 | 11011111 | 1100100 | 110111 | 0 | 1101 | 11010101 | 1100100 | 101100 |
Color Harmonies of #0064DF
Complementary color
Monochromatic Colors of #0064DF
Black with #0064DF
Text Example
Text Example
White with #0064DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064DF; }
p { color: rgb(0,100,223); }
H1.HeaderClassName
{
color: #0064DF;
}
.AnyTagClassName
{
color: #0064DF;
}
</style>
background-color css
<style>
a { background-color: #0064DF; }
a { background-color: rgb(0,100,223); }
div.DivClassName
{
background-color: #0064DF;
}
.BgClassName
{
background-color: #0064DF;
}
</style>
border-color css
<style>
span { border-color: #0064DF; }
span { border-color: rgb(0,100,223); }
td.TdClassName
{
border-color: #0064DF;
}
.TagClassName
{
border-color: #0064DF;
}
</style>