Shades of Navy Blue #005DED
Tints of Navy Blue #005DED
RGB
CMYK
RGB Variations
Color information
#005DED (or 0x005DED) is known color: Navy Blue. HEX triplet: 00, 5D and ED. RGB value is (0,93,237). Sum of RGB (Red+Green+Blue) = 0+93+237=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #005DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DED is #FFA212. Grayscale: #505050. Windows color (decimal): -16753171 or 15555840. OLE color: 15555840.
HSL color Cylindrical-coordinate representation of color #005DED: hue angle of 216.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DED is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 93 | 237 | - |
| CMYK | 1 | 0.61 | 0 | 0.07 |
| HSL | 216.46º | 1% | 0.46% | - |
| HSV(B) | 216.46º | 1% | 0.93% | - |
| XYZ | 19.2 | 13.94 | 81.8 | - |
| YUV | 81.61 | 215.69 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 237 | 1 | 0.61 | 0 | 0.07 | 216.46 | 1 | 0.46 |
| Hex | 0 | 5D | ED | 64 | 3D | 0 | 7 | D8 | 64 | 2E |
| Octal | 0 | 135 | 355 | 144 | 75 | 0 | 7 | 330 | 144 | 56 |
| Binary | 0 | 1011101 | 11101101 | 1100100 | 111101 | 0 | 111 | 11011000 | 1100100 | 101110 |
Color Harmonies of #005DED
Complementary color
Monochromatic Colors of #005DED
Black with #005DED
Text Example
Text Example
White with #005DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DED; }
p { color: rgb(0,93,237); }
H1.HeaderClassName
{
color: #005DED;
}
.AnyTagClassName
{
color: #005DED;
}
</style>
background-color css
<style>
a { background-color: #005DED; }
a { background-color: rgb(0,93,237); }
div.DivClassName
{
background-color: #005DED;
}
.BgClassName
{
background-color: #005DED;
}
</style>
border-color css
<style>
span { border-color: #005DED; }
span { border-color: rgb(0,93,237); }
td.TdClassName
{
border-color: #005DED;
}
.TagClassName
{
border-color: #005DED;
}
</style>