Shades of Navy Blue #065EDB
Tints of Navy Blue #065EDB
RGB
CMYK
RGB Variations
Color information
#065EDB (or 0x065EDB) is known color: Navy Blue. HEX triplet: 06, 5E and DB. RGB value is (6,94,219). Sum of RGB (Red+Green+Blue) = 6+94+219=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #065EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EDB is #F9A124. Grayscale: #515151. Windows color (decimal): -16359717 or 14376454. OLE color: 14376454.
HSL color Cylindrical-coordinate representation of color #065EDB: hue angle of 215.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EDB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 94 | 219 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.14 |
| HSL | 215.21º | 0.95% | 0.44% | - |
| HSV(B) | 215.21º | 0.97% | 0.86% | - |
| XYZ | 16.86 | 13.16 | 68.67 | - |
| YUV | 81.94 | 205.35 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 219 | 0.97 | 0.57 | 0 | 0.14 | 215.21 | 0.95 | 0.44 |
| Hex | 6 | 5E | DB | 61 | 39 | 0 | E | D7 | 5F | 2C |
| Octal | 6 | 136 | 333 | 141 | 71 | 0 | 16 | 327 | 137 | 54 |
| Binary | 110 | 1011110 | 11011011 | 1100001 | 111001 | 0 | 1110 | 11010111 | 1011111 | 101100 |
Color Harmonies of #065EDB
Complementary color
Monochromatic Colors of #065EDB
Black with #065EDB
Text Example
Text Example
White with #065EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065EDB; }
p { color: rgb(6,94,219); }
H1.HeaderClassName
{
color: #065EDB;
}
.AnyTagClassName
{
color: #065EDB;
}
</style>
background-color css
<style>
a { background-color: #065EDB; }
a { background-color: rgb(6,94,219); }
div.DivClassName
{
background-color: #065EDB;
}
.BgClassName
{
background-color: #065EDB;
}
</style>
border-color css
<style>
span { border-color: #065EDB; }
span { border-color: rgb(6,94,219); }
td.TdClassName
{
border-color: #065EDB;
}
.TagClassName
{
border-color: #065EDB;
}
</style>