Shades of Navy Blue #065EDD
Tints of Navy Blue #065EDD
RGB
CMYK
RGB Variations
Color information
#065EDD (or 0x065EDD) is known color: Navy Blue. HEX triplet: 06, 5E and DD. RGB value is (6,94,221). Sum of RGB (Red+Green+Blue) = 6+94+221=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #065EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EDD is #F9A122. Grayscale: #515151. Windows color (decimal): -16359715 or 14507526. OLE color: 14507526.
HSL color Cylindrical-coordinate representation of color #065EDD: hue angle of 215.44º 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 #065EDD is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 94 | 221 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.13 |
| HSL | 215.44º | 0.95% | 0.45% | - |
| HSV(B) | 215.44º | 0.97% | 0.87% | - |
| XYZ | 17.13 | 13.26 | 70.06 | - |
| YUV | 82.17 | 206.35 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 221 | 0.97 | 0.57 | 0 | 0.13 | 215.44 | 0.95 | 0.45 |
| Hex | 6 | 5E | DD | 61 | 39 | 0 | D | D7 | 5F | 2D |
| Octal | 6 | 136 | 335 | 141 | 71 | 0 | 15 | 327 | 137 | 55 |
| Binary | 110 | 1011110 | 11011101 | 1100001 | 111001 | 0 | 1101 | 11010111 | 1011111 | 101101 |
Color Harmonies of #065EDD
Complementary color
Monochromatic Colors of #065EDD
Black with #065EDD
Text Example
Text Example
White with #065EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065EDD; }
p { color: rgb(6,94,221); }
H1.HeaderClassName
{
color: #065EDD;
}
.AnyTagClassName
{
color: #065EDD;
}
</style>
background-color css
<style>
a { background-color: #065EDD; }
a { background-color: rgb(6,94,221); }
div.DivClassName
{
background-color: #065EDD;
}
.BgClassName
{
background-color: #065EDD;
}
</style>
border-color css
<style>
span { border-color: #065EDD; }
span { border-color: rgb(6,94,221); }
td.TdClassName
{
border-color: #065EDD;
}
.TagClassName
{
border-color: #065EDD;
}
</style>