Shades of Navy Blue #005DDB
Tints of Navy Blue #005DDB
RGB
CMYK
RGB Variations
Color information
#005DDB (or 0x005DDB) is known color: Navy Blue. HEX triplet: 00, 5D and DB. RGB value is (0,93,219). Sum of RGB (Red+Green+Blue) = 0+93+219=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #005DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DDB is #FFA224. Grayscale: #4E4E4E. Windows color (decimal): -16753189 or 14376192. OLE color: 14376192.
HSL color Cylindrical-coordinate representation of color #005DDB: hue angle of 214.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DDB is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 93 | 219 | - |
| CMYK | 1 | 0.58 | 0 | 0.14 |
| HSL | 214.52º | 1% | 0.43% | - |
| HSV(B) | 214.52º | 1% | 0.86% | - |
| XYZ | 16.7 | 12.94 | 68.64 | - |
| YUV | 79.56 | 206.69 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 219 | 1 | 0.58 | 0 | 0.14 | 214.52 | 1 | 0.43 |
| Hex | 0 | 5D | DB | 64 | 3A | 0 | E | D7 | 64 | 2B |
| Octal | 0 | 135 | 333 | 144 | 72 | 0 | 16 | 327 | 144 | 53 |
| Binary | 0 | 1011101 | 11011011 | 1100100 | 111010 | 0 | 1110 | 11010111 | 1100100 | 101011 |
Color Harmonies of #005DDB
Complementary color
Monochromatic Colors of #005DDB
Black with #005DDB
Text Example
Text Example
White with #005DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DDB; }
p { color: rgb(0,93,219); }
H1.HeaderClassName
{
color: #005DDB;
}
.AnyTagClassName
{
color: #005DDB;
}
</style>
background-color css
<style>
a { background-color: #005DDB; }
a { background-color: rgb(0,93,219); }
div.DivClassName
{
background-color: #005DDB;
}
.BgClassName
{
background-color: #005DDB;
}
</style>
border-color css
<style>
span { border-color: #005DDB; }
span { border-color: rgb(0,93,219); }
td.TdClassName
{
border-color: #005DDB;
}
.TagClassName
{
border-color: #005DDB;
}
</style>