Shades of Navy Blue #0064BA
Tints of Navy Blue #0064BA
RGB
CMYK
RGB Variations
Color information
#0064BA (or 0x0064BA) is known color: Navy Blue. HEX triplet: 00, 64 and BA. RGB value is (0,100,186). Sum of RGB (Red+Green+Blue) = 0+100+186=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #0064BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064BA is #FF9B45. Grayscale: #4F4F4F. Windows color (decimal): -16751430 or 12215296. OLE color: 12215296.
HSL color Cylindrical-coordinate representation of color #0064BA: hue angle of 207.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064BA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 100 | 186 | - |
| CMYK | 1 | 0.46 | 0 | 0.27 |
| HSL | 207.74º | 1% | 0.36% | - |
| HSV(B) | 207.74º | 1% | 0.73% | - |
| XYZ | 13.42 | 12.66 | 48.19 | - |
| YUV | 79.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 186 | 1 | 0.46 | 0 | 0.27 | 207.74 | 1 | 0.36 |
| Hex | 0 | 64 | BA | 64 | 2E | 0 | 1B | D0 | 64 | 24 |
| Octal | 0 | 144 | 272 | 144 | 56 | 0 | 33 | 320 | 144 | 44 |
| Binary | 0 | 1100100 | 10111010 | 1100100 | 101110 | 0 | 11011 | 11010000 | 1100100 | 100100 |
Color Harmonies of #0064BA
Complementary color
Monochromatic Colors of #0064BA
Black with #0064BA
Text Example
Text Example
White with #0064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064BA; }
p { color: rgb(0,100,186); }
H1.HeaderClassName
{
color: #0064BA;
}
.AnyTagClassName
{
color: #0064BA;
}
</style>
background-color css
<style>
a { background-color: #0064BA; }
a { background-color: rgb(0,100,186); }
div.DivClassName
{
background-color: #0064BA;
}
.BgClassName
{
background-color: #0064BA;
}
</style>
border-color css
<style>
span { border-color: #0064BA; }
span { border-color: rgb(0,100,186); }
td.TdClassName
{
border-color: #0064BA;
}
.TagClassName
{
border-color: #0064BA;
}
</style>