Shades of Navy Blue #005DDD
Tints of Navy Blue #005DDD
RGB
CMYK
RGB Variations
Color information
#005DDD (or 0x005DDD) is known color: Navy Blue. HEX triplet: 00, 5D and DD. RGB value is (0,93,221). Sum of RGB (Red+Green+Blue) = 0+93+221=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #005DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DDD is #FFA222. Grayscale: #4F4F4F. Windows color (decimal): -16753187 or 14507264. OLE color: 14507264.
HSL color Cylindrical-coordinate representation of color #005DDD: hue angle of 214.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DDD is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 93 | 221 | - |
| CMYK | 1 | 0.58 | 0 | 0.13 |
| HSL | 214.75º | 1% | 0.43% | - |
| HSV(B) | 214.75º | 1% | 0.87% | - |
| XYZ | 16.97 | 13.05 | 70.03 | - |
| YUV | 79.79 | 207.69 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 221 | 1 | 0.58 | 0 | 0.13 | 214.75 | 1 | 0.43 |
| Hex | 0 | 5D | DD | 64 | 3A | 0 | D | D7 | 64 | 2B |
| Octal | 0 | 135 | 335 | 144 | 72 | 0 | 15 | 327 | 144 | 53 |
| Binary | 0 | 1011101 | 11011101 | 1100100 | 111010 | 0 | 1101 | 11010111 | 1100100 | 101011 |
Color Harmonies of #005DDD
Complementary color
Monochromatic Colors of #005DDD
Black with #005DDD
Text Example
Text Example
White with #005DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DDD; }
p { color: rgb(0,93,221); }
H1.HeaderClassName
{
color: #005DDD;
}
.AnyTagClassName
{
color: #005DDD;
}
</style>
background-color css
<style>
a { background-color: #005DDD; }
a { background-color: rgb(0,93,221); }
div.DivClassName
{
background-color: #005DDD;
}
.BgClassName
{
background-color: #005DDD;
}
</style>
border-color css
<style>
span { border-color: #005DDD; }
span { border-color: rgb(0,93,221); }
td.TdClassName
{
border-color: #005DDD;
}
.TagClassName
{
border-color: #005DDD;
}
</style>