Shades of Navy Blue #005EDE
Tints of Navy Blue #005EDE
RGB
CMYK
RGB Variations
Color information
#005EDE (or 0x005EDE) is known color: Navy Blue. HEX triplet: 00, 5E and DE. RGB value is (0,94,222). Sum of RGB (Red+Green+Blue) = 0+94+222=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #005EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EDE is #FFA121. Grayscale: #4F4F4F. Windows color (decimal): -16752930 or 14573056. OLE color: 14573056.
HSL color Cylindrical-coordinate representation of color #005EDE: hue angle of 214.59º 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 #005EDE is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 94 | 222 | - |
| CMYK | 1 | 0.58 | 0 | 0.13 |
| HSL | 214.59º | 1% | 0.44% | - |
| HSV(B) | 214.59º | 1% | 0.87% | - |
| XYZ | 17.19 | 13.28 | 70.76 | - |
| YUV | 80.49 | 207.86 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 222 | 1 | 0.58 | 0 | 0.13 | 214.59 | 1 | 0.44 |
| Hex | 0 | 5E | DE | 64 | 3A | 0 | D | D7 | 64 | 2C |
| Octal | 0 | 136 | 336 | 144 | 72 | 0 | 15 | 327 | 144 | 54 |
| Binary | 0 | 1011110 | 11011110 | 1100100 | 111010 | 0 | 1101 | 11010111 | 1100100 | 101100 |
Color Harmonies of #005EDE
Complementary color
Monochromatic Colors of #005EDE
Black with #005EDE
Text Example
Text Example
White with #005EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EDE; }
p { color: rgb(0,94,222); }
H1.HeaderClassName
{
color: #005EDE;
}
.AnyTagClassName
{
color: #005EDE;
}
</style>
background-color css
<style>
a { background-color: #005EDE; }
a { background-color: rgb(0,94,222); }
div.DivClassName
{
background-color: #005EDE;
}
.BgClassName
{
background-color: #005EDE;
}
</style>
border-color css
<style>
span { border-color: #005EDE; }
span { border-color: rgb(0,94,222); }
td.TdClassName
{
border-color: #005EDE;
}
.TagClassName
{
border-color: #005EDE;
}
</style>