Shades of Navy Blue #065ED0
Tints of Navy Blue #065ED0
RGB
CMYK
RGB Variations
Color information
#065ED0 (or 0x065ED0) is known color: Navy Blue. HEX triplet: 06, 5E and D0. RGB value is (6,94,208). Sum of RGB (Red+Green+Blue) = 6+94+208=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #065ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ED0 is #F9A12F. Grayscale: #505050. Windows color (decimal): -16359728 or 13655558. OLE color: 13655558.
HSL color Cylindrical-coordinate representation of color #065ED0: hue angle of 213.86º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ED0 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 94 | 208 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.18 |
| HSL | 213.86º | 0.94% | 0.42% | - |
| HSV(B) | 213.86º | 0.97% | 0.82% | - |
| XYZ | 15.46 | 12.6 | 61.29 | - |
| YUV | 80.68 | 199.85 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 208 | 0.97 | 0.55 | 0 | 0.18 | 213.86 | 0.94 | 0.42 |
| Hex | 6 | 5E | D0 | 61 | 37 | 0 | 12 | D6 | 5E | 2A |
| Octal | 6 | 136 | 320 | 141 | 67 | 0 | 22 | 326 | 136 | 52 |
| Binary | 110 | 1011110 | 11010000 | 1100001 | 110111 | 0 | 10010 | 11010110 | 1011110 | 101010 |
Color Harmonies of #065ED0
Complementary color
Monochromatic Colors of #065ED0
Black with #065ED0
Text Example
Text Example
White with #065ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065ED0; }
p { color: rgb(6,94,208); }
H1.HeaderClassName
{
color: #065ED0;
}
.AnyTagClassName
{
color: #065ED0;
}
</style>
background-color css
<style>
a { background-color: #065ED0; }
a { background-color: rgb(6,94,208); }
div.DivClassName
{
background-color: #065ED0;
}
.BgClassName
{
background-color: #065ED0;
}
</style>
border-color css
<style>
span { border-color: #065ED0; }
span { border-color: rgb(6,94,208); }
td.TdClassName
{
border-color: #065ED0;
}
.TagClassName
{
border-color: #065ED0;
}
</style>