Shades of Navy Blue #005DDE
Tints of Navy Blue #005DDE
RGB
CMYK
RGB Variations
Color information
#005DDE (or 0x005DDE) is known color: Navy Blue. HEX triplet: 00, 5D and DE. RGB value is (0,93,222). Sum of RGB (Red+Green+Blue) = 0+93+222=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #005DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DDE is #FFA221. Grayscale: #4F4F4F. Windows color (decimal): -16753186 or 14572800. OLE color: 14572800.
HSL color Cylindrical-coordinate representation of color #005DDE: hue angle of 214.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DDE is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 93 | 222 | - |
| CMYK | 1 | 0.58 | 0 | 0.13 |
| HSL | 214.86º | 1% | 0.44% | - |
| HSV(B) | 214.86º | 1% | 0.87% | - |
| XYZ | 17.1 | 13.1 | 70.74 | - |
| YUV | 79.9 | 208.19 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 222 | 1 | 0.58 | 0 | 0.13 | 214.86 | 1 | 0.44 |
| Hex | 0 | 5D | DE | 64 | 3A | 0 | D | D7 | 64 | 2C |
| Octal | 0 | 135 | 336 | 144 | 72 | 0 | 15 | 327 | 144 | 54 |
| Binary | 0 | 1011101 | 11011110 | 1100100 | 111010 | 0 | 1101 | 11010111 | 1100100 | 101100 |
Color Harmonies of #005DDE
Complementary color
Monochromatic Colors of #005DDE
Black with #005DDE
Text Example
Text Example
White with #005DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DDE; }
p { color: rgb(0,93,222); }
H1.HeaderClassName
{
color: #005DDE;
}
.AnyTagClassName
{
color: #005DDE;
}
</style>
background-color css
<style>
a { background-color: #005DDE; }
a { background-color: rgb(0,93,222); }
div.DivClassName
{
background-color: #005DDE;
}
.BgClassName
{
background-color: #005DDE;
}
</style>
border-color css
<style>
span { border-color: #005DDE; }
span { border-color: rgb(0,93,222); }
td.TdClassName
{
border-color: #005DDE;
}
.TagClassName
{
border-color: #005DDE;
}
</style>