Shades of Navy Blue #005ECE
Tints of Navy Blue #005ECE
RGB
CMYK
RGB Variations
Color information
#005ECE (or 0x005ECE) is known color: Navy Blue. HEX triplet: 00, 5E and CE. RGB value is (0,94,206). Sum of RGB (Red+Green+Blue) = 0+94+206=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #005ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ECE is #FFA131. Grayscale: #4E4E4E. Windows color (decimal): -16752946 or 13524480. OLE color: 13524480.
HSL color Cylindrical-coordinate representation of color #005ECE: hue angle of 212.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ECE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 94 | 206 | - |
| CMYK | 1 | 0.54 | 0 | 0.19 |
| HSL | 212.62º | 1% | 0.4% | - |
| HSV(B) | 212.62º | 1% | 0.81% | - |
| XYZ | 15.14 | 12.46 | 60 | - |
| YUV | 78.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 206 | 1 | 0.54 | 0 | 0.19 | 212.62 | 1 | 0.4 |
| Hex | 0 | 5E | CE | 64 | 36 | 0 | 13 | D5 | 64 | 28 |
| Octal | 0 | 136 | 316 | 144 | 66 | 0 | 23 | 325 | 144 | 50 |
| Binary | 0 | 1011110 | 11001110 | 1100100 | 110110 | 0 | 10011 | 11010101 | 1100100 | 101000 |
Color Harmonies of #005ECE
Complementary color
Monochromatic Colors of #005ECE
Black with #005ECE
Text Example
Text Example
White with #005ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005ECE; }
p { color: rgb(0,94,206); }
H1.HeaderClassName
{
color: #005ECE;
}
.AnyTagClassName
{
color: #005ECE;
}
</style>
background-color css
<style>
a { background-color: #005ECE; }
a { background-color: rgb(0,94,206); }
div.DivClassName
{
background-color: #005ECE;
}
.BgClassName
{
background-color: #005ECE;
}
</style>
border-color css
<style>
span { border-color: #005ECE; }
span { border-color: rgb(0,94,206); }
td.TdClassName
{
border-color: #005ECE;
}
.TagClassName
{
border-color: #005ECE;
}
</style>