Shades of Navy Blue #064BDA
Tints of Navy Blue #064BDA
RGB
CMYK
RGB Variations
Color information
#064BDA (or 0x064BDA) is known color: Navy Blue. HEX triplet: 06, 4B and DA. RGB value is (6,75,218). Sum of RGB (Red+Green+Blue) = 6+75+218=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #064BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BDA is #F9B425. Grayscale: #464646. Windows color (decimal): -16364582 or 14306054. OLE color: 14306054.
HSL color Cylindrical-coordinate representation of color #064BDA: hue angle of 220.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BDA is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 75 | 218 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.15 |
| HSL | 220.47º | 0.95% | 0.44% | - |
| HSV(B) | 220.47º | 0.97% | 0.85% | - |
| XYZ | 15.25 | 10.13 | 67.48 | - |
| YUV | 70.67 | 211.14 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 218 | 0.97 | 0.66 | 0 | 0.15 | 220.47 | 0.95 | 0.44 |
| Hex | 6 | 4B | DA | 61 | 42 | 0 | F | DC | 5F | 2C |
| Octal | 6 | 113 | 332 | 141 | 102 | 0 | 17 | 334 | 137 | 54 |
| Binary | 110 | 1001011 | 11011010 | 1100001 | 1000010 | 0 | 1111 | 11011100 | 1011111 | 101100 |
Color Harmonies of #064BDA
Complementary color
Monochromatic Colors of #064BDA
Black with #064BDA
Text Example
Text Example
White with #064BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BDA; }
p { color: rgb(6,75,218); }
H1.HeaderClassName
{
color: #064BDA;
}
.AnyTagClassName
{
color: #064BDA;
}
</style>
background-color css
<style>
a { background-color: #064BDA; }
a { background-color: rgb(6,75,218); }
div.DivClassName
{
background-color: #064BDA;
}
.BgClassName
{
background-color: #064BDA;
}
</style>
border-color css
<style>
span { border-color: #064BDA; }
span { border-color: rgb(6,75,218); }
td.TdClassName
{
border-color: #064BDA;
}
.TagClassName
{
border-color: #064BDA;
}
</style>