Shades of Navy Blue #065DDB
Tints of Navy Blue #065DDB
RGB
CMYK
RGB Variations
Color information
#065DDB (or 0x065DDB) is known color: Navy Blue. HEX triplet: 06, 5D and DB. RGB value is (6,93,219). Sum of RGB (Red+Green+Blue) = 6+93+219=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #065DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DDB is #F9A224. Grayscale: #505050. Windows color (decimal): -16359973 or 14376198. OLE color: 14376198.
HSL color Cylindrical-coordinate representation of color #065DDB: hue angle of 215.49º 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 #065DDB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 93 | 219 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.14 |
| HSL | 215.49º | 0.95% | 0.44% | - |
| HSV(B) | 215.49º | 0.97% | 0.86% | - |
| XYZ | 16.78 | 12.98 | 68.64 | - |
| YUV | 81.35 | 205.68 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 219 | 0.97 | 0.58 | 0 | 0.14 | 215.49 | 0.95 | 0.44 |
| Hex | 6 | 5D | DB | 61 | 3A | 0 | E | D7 | 5F | 2C |
| Octal | 6 | 135 | 333 | 141 | 72 | 0 | 16 | 327 | 137 | 54 |
| Binary | 110 | 1011101 | 11011011 | 1100001 | 111010 | 0 | 1110 | 11010111 | 1011111 | 101100 |
Color Harmonies of #065DDB
Complementary color
Monochromatic Colors of #065DDB
Black with #065DDB
Text Example
Text Example
White with #065DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DDB; }
p { color: rgb(6,93,219); }
H1.HeaderClassName
{
color: #065DDB;
}
.AnyTagClassName
{
color: #065DDB;
}
</style>
background-color css
<style>
a { background-color: #065DDB; }
a { background-color: rgb(6,93,219); }
div.DivClassName
{
background-color: #065DDB;
}
.BgClassName
{
background-color: #065DDB;
}
</style>
border-color css
<style>
span { border-color: #065DDB; }
span { border-color: rgb(6,93,219); }
td.TdClassName
{
border-color: #065DDB;
}
.TagClassName
{
border-color: #065DDB;
}
</style>