Shades of Navy Blue #005EC9
Tints of Navy Blue #005EC9
RGB
CMYK
RGB Variations
Color information
#005EC9 (or 0x005EC9) is known color: Navy Blue. HEX triplet: 00, 5E and C9. RGB value is (0,94,201). Sum of RGB (Red+Green+Blue) = 0+94+201=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #005EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EC9 is #FFA136. Grayscale: #4D4D4D. Windows color (decimal): -16752951 or 13196800. OLE color: 13196800.
HSL color Cylindrical-coordinate representation of color #005EC9: hue angle of 211.94º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EC9 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 94 | 201 | - |
| CMYK | 1 | 0.53 | 0 | 0.21 |
| HSL | 211.94º | 1% | 0.39% | - |
| HSV(B) | 211.94º | 1% | 0.79% | - |
| XYZ | 14.55 | 12.22 | 56.85 | - |
| YUV | 78.09 | 197.36 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 201 | 1 | 0.53 | 0 | 0.21 | 211.94 | 1 | 0.39 |
| Hex | 0 | 5E | C9 | 64 | 35 | 0 | 15 | D4 | 64 | 27 |
| Octal | 0 | 136 | 311 | 144 | 65 | 0 | 25 | 324 | 144 | 47 |
| Binary | 0 | 1011110 | 11001001 | 1100100 | 110101 | 0 | 10101 | 11010100 | 1100100 | 100111 |
Color Harmonies of #005EC9
Complementary color
Monochromatic Colors of #005EC9
Black with #005EC9
Text Example
Text Example
White with #005EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EC9; }
p { color: rgb(0,94,201); }
H1.HeaderClassName
{
color: #005EC9;
}
.AnyTagClassName
{
color: #005EC9;
}
</style>
background-color css
<style>
a { background-color: #005EC9; }
a { background-color: rgb(0,94,201); }
div.DivClassName
{
background-color: #005EC9;
}
.BgClassName
{
background-color: #005EC9;
}
</style>
border-color css
<style>
span { border-color: #005EC9; }
span { border-color: rgb(0,94,201); }
td.TdClassName
{
border-color: #005EC9;
}
.TagClassName
{
border-color: #005EC9;
}
</style>