Shades of Navy Blue #005DE8
Tints of Navy Blue #005DE8
RGB
CMYK
RGB Variations
Color information
#005DE8 (or 0x005DE8) is known color: Navy Blue. HEX triplet: 00, 5D and E8. RGB value is (0,93,232). Sum of RGB (Red+Green+Blue) = 0+93+232=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #005DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DE8 is #FFA217. Grayscale: #505050. Windows color (decimal): -16753176 or 15228160. OLE color: 15228160.
HSL color Cylindrical-coordinate representation of color #005DE8: hue angle of 215.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DE8 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 93 | 232 | - |
| CMYK | 1 | 0.60 | 0 | 0.09 |
| HSL | 215.95º | 1% | 0.45% | - |
| HSV(B) | 215.95º | 1% | 0.91% | - |
| XYZ | 18.48 | 13.65 | 78.01 | - |
| YUV | 81.04 | 213.19 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 232 | 1 | 0.60 | 0 | 0.09 | 215.95 | 1 | 0.45 |
| Hex | 0 | 5D | E8 | 64 | 3C | 0 | 9 | D8 | 64 | 2D |
| Octal | 0 | 135 | 350 | 144 | 74 | 0 | 11 | 330 | 144 | 55 |
| Binary | 0 | 1011101 | 11101000 | 1100100 | 111100 | 0 | 1001 | 11011000 | 1100100 | 101101 |
Color Harmonies of #005DE8
Complementary color
Monochromatic Colors of #005DE8
Black with #005DE8
Text Example
Text Example
White with #005DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DE8; }
p { color: rgb(0,93,232); }
H1.HeaderClassName
{
color: #005DE8;
}
.AnyTagClassName
{
color: #005DE8;
}
</style>
background-color css
<style>
a { background-color: #005DE8; }
a { background-color: rgb(0,93,232); }
div.DivClassName
{
background-color: #005DE8;
}
.BgClassName
{
background-color: #005DE8;
}
</style>
border-color css
<style>
span { border-color: #005DE8; }
span { border-color: rgb(0,93,232); }
td.TdClassName
{
border-color: #005DE8;
}
.TagClassName
{
border-color: #005DE8;
}
</style>