Shades of Navy Blue #005EEC
Tints of Navy Blue #005EEC
RGB
CMYK
RGB Variations
Color information
#005EEC (or 0x005EEC) is known color: Navy Blue. HEX triplet: 00, 5E and EC. RGB value is (0,94,236). Sum of RGB (Red+Green+Blue) = 0+94+236=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #005EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EEC is #FFA113. Grayscale: #515151. Windows color (decimal): -16752916 or 15490560. OLE color: 15490560.
HSL color Cylindrical-coordinate representation of color #005EEC: hue angle of 216.1º 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 #005EEC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 94 | 236 | - |
| CMYK | 1 | 0.60 | 0 | 0.07 |
| HSL | 216.1º | 1% | 0.46% | - |
| HSV(B) | 216.1º | 1% | 0.93% | - |
| XYZ | 19.14 | 14.06 | 81.06 | - |
| YUV | 82.08 | 214.86 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 236 | 1 | 0.60 | 0 | 0.07 | 216.1 | 1 | 0.46 |
| Hex | 0 | 5E | EC | 64 | 3C | 0 | 7 | D8 | 64 | 2E |
| Octal | 0 | 136 | 354 | 144 | 74 | 0 | 7 | 330 | 144 | 56 |
| Binary | 0 | 1011110 | 11101100 | 1100100 | 111100 | 0 | 111 | 11011000 | 1100100 | 101110 |
Color Harmonies of #005EEC
Complementary color
Monochromatic Colors of #005EEC
Black with #005EEC
Text Example
Text Example
White with #005EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EEC; }
p { color: rgb(0,94,236); }
H1.HeaderClassName
{
color: #005EEC;
}
.AnyTagClassName
{
color: #005EEC;
}
</style>
background-color css
<style>
a { background-color: #005EEC; }
a { background-color: rgb(0,94,236); }
div.DivClassName
{
background-color: #005EEC;
}
.BgClassName
{
background-color: #005EEC;
}
</style>
border-color css
<style>
span { border-color: #005EEC; }
span { border-color: rgb(0,94,236); }
td.TdClassName
{
border-color: #005EEC;
}
.TagClassName
{
border-color: #005EEC;
}
</style>