Shades of Navy Blue #064BDF
Tints of Navy Blue #064BDF
RGB
CMYK
RGB Variations
Color information
#064BDF (or 0x064BDF) is known color: Navy Blue. HEX triplet: 06, 4B and DF. RGB value is (6,75,223). Sum of RGB (Red+Green+Blue) = 6+75+223=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #064BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064BDF is #F9B420. Grayscale: #464646. Windows color (decimal): -16364577 or 14633734. OLE color: 14633734.
HSL color Cylindrical-coordinate representation of color #064BDF: hue angle of 220.92º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BDF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 75 | 223 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.13 |
| HSL | 220.92º | 0.95% | 0.45% | - |
| HSV(B) | 220.92º | 0.97% | 0.87% | - |
| XYZ | 15.91 | 10.4 | 70.98 | - |
| YUV | 71.24 | 213.64 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 223 | 0.97 | 0.66 | 0 | 0.13 | 220.92 | 0.95 | 0.45 |
| Hex | 6 | 4B | DF | 61 | 42 | 0 | D | DD | 5F | 2D |
| Octal | 6 | 113 | 337 | 141 | 102 | 0 | 15 | 335 | 137 | 55 |
| Binary | 110 | 1001011 | 11011111 | 1100001 | 1000010 | 0 | 1101 | 11011101 | 1011111 | 101101 |
Color Harmonies of #064BDF
Complementary color
Monochromatic Colors of #064BDF
Black with #064BDF
Text Example
Text Example
White with #064BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BDF; }
p { color: rgb(6,75,223); }
H1.HeaderClassName
{
color: #064BDF;
}
.AnyTagClassName
{
color: #064BDF;
}
</style>
background-color css
<style>
a { background-color: #064BDF; }
a { background-color: rgb(6,75,223); }
div.DivClassName
{
background-color: #064BDF;
}
.BgClassName
{
background-color: #064BDF;
}
</style>
border-color css
<style>
span { border-color: #064BDF; }
span { border-color: rgb(6,75,223); }
td.TdClassName
{
border-color: #064BDF;
}
.TagClassName
{
border-color: #064BDF;
}
</style>