Shades of Navy Blue #0064CE
Tints of Navy Blue #0064CE
RGB
CMYK
RGB Variations
Color information
#0064CE (or 0x0064CE) is known color: Navy Blue. HEX triplet: 00, 64 and CE. RGB value is (0,100,206). Sum of RGB (Red+Green+Blue) = 0+100+206=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #0064CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064CE is #FF9B31. Grayscale: #515151. Windows color (decimal): -16751410 or 13526016. OLE color: 13526016.
HSL color Cylindrical-coordinate representation of color #0064CE: hue angle of 210.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064CE is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 100 | 206 | - |
| CMYK | 1 | 0.51 | 0 | 0.19 |
| HSL | 210.87º | 1% | 0.4% | - |
| HSV(B) | 210.87º | 1% | 0.81% | - |
| XYZ | 15.7 | 13.57 | 60.18 | - |
| YUV | 82.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 206 | 1 | 0.51 | 0 | 0.19 | 210.87 | 1 | 0.4 |
| Hex | 0 | 64 | CE | 64 | 33 | 0 | 13 | D3 | 64 | 28 |
| Octal | 0 | 144 | 316 | 144 | 63 | 0 | 23 | 323 | 144 | 50 |
| Binary | 0 | 1100100 | 11001110 | 1100100 | 110011 | 0 | 10011 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0064CE
Complementary color
Monochromatic Colors of #0064CE
Black with #0064CE
Text Example
Text Example
White with #0064CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064CE; }
p { color: rgb(0,100,206); }
H1.HeaderClassName
{
color: #0064CE;
}
.AnyTagClassName
{
color: #0064CE;
}
</style>
background-color css
<style>
a { background-color: #0064CE; }
a { background-color: rgb(0,100,206); }
div.DivClassName
{
background-color: #0064CE;
}
.BgClassName
{
background-color: #0064CE;
}
</style>
border-color css
<style>
span { border-color: #0064CE; }
span { border-color: rgb(0,100,206); }
td.TdClassName
{
border-color: #0064CE;
}
.TagClassName
{
border-color: #0064CE;
}
</style>