Shades of Navy Blue #005EC2
Tints of Navy Blue #005EC2
RGB
CMYK
RGB Variations
Color information
#005EC2 (or 0x005EC2) is known color: Navy Blue. HEX triplet: 00, 5E and C2. RGB value is (0,94,194). Sum of RGB (Red+Green+Blue) = 0+94+194=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #005EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EC2 is #FFA13D. Grayscale: #4C4C4C. Windows color (decimal): -16752958 or 12738048. OLE color: 12738048.
HSL color Cylindrical-coordinate representation of color #005EC2: hue angle of 210.93º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EC2 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 94 | 194 | - |
| CMYK | 1 | 0.52 | 0 | 0.24 |
| HSL | 210.93º | 1% | 0.38% | - |
| HSV(B) | 210.93º | 1% | 0.76% | - |
| XYZ | 13.74 | 11.9 | 52.61 | - |
| YUV | 77.29 | 193.86 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 194 | 1 | 0.52 | 0 | 0.24 | 210.93 | 1 | 0.38 |
| Hex | 0 | 5E | C2 | 64 | 34 | 0 | 18 | D3 | 64 | 26 |
| Octal | 0 | 136 | 302 | 144 | 64 | 0 | 30 | 323 | 144 | 46 |
| Binary | 0 | 1011110 | 11000010 | 1100100 | 110100 | 0 | 11000 | 11010011 | 1100100 | 100110 |
Color Harmonies of #005EC2
Complementary color
Monochromatic Colors of #005EC2
Black with #005EC2
Text Example
Text Example
White with #005EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EC2; }
p { color: rgb(0,94,194); }
H1.HeaderClassName
{
color: #005EC2;
}
.AnyTagClassName
{
color: #005EC2;
}
</style>
background-color css
<style>
a { background-color: #005EC2; }
a { background-color: rgb(0,94,194); }
div.DivClassName
{
background-color: #005EC2;
}
.BgClassName
{
background-color: #005EC2;
}
</style>
border-color css
<style>
span { border-color: #005EC2; }
span { border-color: rgb(0,94,194); }
td.TdClassName
{
border-color: #005EC2;
}
.TagClassName
{
border-color: #005EC2;
}
</style>