Shades of Navy Blue #0064CF
Tints of Navy Blue #0064CF
RGB
CMYK
RGB Variations
Color information
#0064CF (or 0x0064CF) is known color: Navy Blue. HEX triplet: 00, 64 and CF. RGB value is (0,100,207). Sum of RGB (Red+Green+Blue) = 0+100+207=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #0064CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064CF is #FF9B30. Grayscale: #515151. Windows color (decimal): -16751409 or 13591552. OLE color: 13591552.
HSL color Cylindrical-coordinate representation of color #0064CF: hue angle of 211.01º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064CF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 100 | 207 | - |
| CMYK | 1 | 0.52 | 0 | 0.19 |
| HSL | 211.01º | 1% | 0.41% | - |
| HSV(B) | 211.01º | 1% | 0.81% | - |
| XYZ | 15.82 | 13.62 | 60.83 | - |
| YUV | 82.3 | 198.37 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 207 | 1 | 0.52 | 0 | 0.19 | 211.01 | 1 | 0.41 |
| Hex | 0 | 64 | CF | 64 | 34 | 0 | 13 | D3 | 64 | 29 |
| Octal | 0 | 144 | 317 | 144 | 64 | 0 | 23 | 323 | 144 | 51 |
| Binary | 0 | 1100100 | 11001111 | 1100100 | 110100 | 0 | 10011 | 11010011 | 1100100 | 101001 |
Color Harmonies of #0064CF
Complementary color
Monochromatic Colors of #0064CF
Black with #0064CF
Text Example
Text Example
White with #0064CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064CF; }
p { color: rgb(0,100,207); }
H1.HeaderClassName
{
color: #0064CF;
}
.AnyTagClassName
{
color: #0064CF;
}
</style>
background-color css
<style>
a { background-color: #0064CF; }
a { background-color: rgb(0,100,207); }
div.DivClassName
{
background-color: #0064CF;
}
.BgClassName
{
background-color: #0064CF;
}
</style>
border-color css
<style>
span { border-color: #0064CF; }
span { border-color: rgb(0,100,207); }
td.TdClassName
{
border-color: #0064CF;
}
.TagClassName
{
border-color: #0064CF;
}
</style>