Shades of Navy Blue #0064B4
Tints of Navy Blue #0064B4
RGB
CMYK
RGB Variations
Color information
#0064B4 (or 0x0064B4) is known color: Navy Blue. HEX triplet: 00, 64 and B4. RGB value is (0,100,180). Sum of RGB (Red+Green+Blue) = 0+100+180=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #0064B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064B4 is #FF9B4B. Grayscale: #4E4E4E. Windows color (decimal): -16751436 or 11822080. OLE color: 11822080.
HSL color Cylindrical-coordinate representation of color #0064B4: hue angle of 206.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064B4 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 100 | 180 | - |
| CMYK | 1 | 0.44 | 0 | 0.29 |
| HSL | 206.67º | 1% | 0.35% | - |
| HSV(B) | 206.67º | 1% | 0.71% | - |
| XYZ | 12.8 | 12.41 | 44.9 | - |
| YUV | 79.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 180 | 1 | 0.44 | 0 | 0.29 | 206.67 | 1 | 0.35 |
| Hex | 0 | 64 | B4 | 64 | 2C | 0 | 1D | CF | 64 | 23 |
| Octal | 0 | 144 | 264 | 144 | 54 | 0 | 35 | 317 | 144 | 43 |
| Binary | 0 | 1100100 | 10110100 | 1100100 | 101100 | 0 | 11101 | 11001111 | 1100100 | 100011 |
Color Harmonies of #0064B4
Complementary color
Monochromatic Colors of #0064B4
Black with #0064B4
Text Example
Text Example
White with #0064B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0064B4; }
p { color: rgb(0,100,180); }
H1.HeaderClassName
{
color: #0064B4;
}
.AnyTagClassName
{
color: #0064B4;
}
</style>
background-color css
<style>
a { background-color: #0064B4; }
a { background-color: rgb(0,100,180); }
div.DivClassName
{
background-color: #0064B4;
}
.BgClassName
{
background-color: #0064B4;
}
</style>
border-color css
<style>
span { border-color: #0064B4; }
span { border-color: rgb(0,100,180); }
td.TdClassName
{
border-color: #0064B4;
}
.TagClassName
{
border-color: #0064B4;
}
</style>