Shades of Navy Blue #064DCB
Tints of Navy Blue #064DCB
RGB
CMYK
RGB Variations
Color information
#064DCB (or 0x064DCB) is known color: Navy Blue. HEX triplet: 06, 4D and CB. RGB value is (6,77,203). Sum of RGB (Red+Green+Blue) = 6+77+203=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #064DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DCB is #F9B234. Grayscale: #454545. Windows color (decimal): -16364085 or 13323526. OLE color: 13323526.
HSL color Cylindrical-coordinate representation of color #064DCB: hue angle of 218.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DCB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 77 | 203 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.20 |
| HSL | 218.38º | 0.94% | 0.41% | - |
| HSV(B) | 218.38º | 0.97% | 0.8% | - |
| XYZ | 13.51 | 9.66 | 57.65 | - |
| YUV | 70.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 203 | 0.97 | 0.62 | 0 | 0.20 | 218.38 | 0.94 | 0.41 |
| Hex | 6 | 4D | CB | 61 | 3E | 0 | 14 | DA | 5E | 29 |
| Octal | 6 | 115 | 313 | 141 | 76 | 0 | 24 | 332 | 136 | 51 |
| Binary | 110 | 1001101 | 11001011 | 1100001 | 111110 | 0 | 10100 | 11011010 | 1011110 | 101001 |
Color Harmonies of #064DCB
Complementary color
Monochromatic Colors of #064DCB
Black with #064DCB
Text Example
Text Example
White with #064DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064DCB; }
p { color: rgb(6,77,203); }
H1.HeaderClassName
{
color: #064DCB;
}
.AnyTagClassName
{
color: #064DCB;
}
</style>
background-color css
<style>
a { background-color: #064DCB; }
a { background-color: rgb(6,77,203); }
div.DivClassName
{
background-color: #064DCB;
}
.BgClassName
{
background-color: #064DCB;
}
</style>
border-color css
<style>
span { border-color: #064DCB; }
span { border-color: rgb(6,77,203); }
td.TdClassName
{
border-color: #064DCB;
}
.TagClassName
{
border-color: #064DCB;
}
</style>