Shades of Navy Blue #005EC3
Tints of Navy Blue #005EC3
RGB
CMYK
RGB Variations
Color information
#005EC3 (or 0x005EC3) is known color: Navy Blue. HEX triplet: 00, 5E and C3. RGB value is (0,94,195). Sum of RGB (Red+Green+Blue) = 0+94+195=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #005EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EC3 is #FFA13C. Grayscale: #4C4C4C. Windows color (decimal): -16752957 or 12803584. OLE color: 12803584.
HSL color Cylindrical-coordinate representation of color #005EC3: hue angle of 211.08º 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 #005EC3 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 94 | 195 | - |
| CMYK | 1 | 0.52 | 0 | 0.24 |
| HSL | 211.08º | 1% | 0.38% | - |
| HSV(B) | 211.08º | 1% | 0.76% | - |
| XYZ | 13.85 | 11.95 | 53.21 | - |
| YUV | 77.41 | 194.36 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 195 | 1 | 0.52 | 0 | 0.24 | 211.08 | 1 | 0.38 |
| Hex | 0 | 5E | C3 | 64 | 34 | 0 | 18 | D3 | 64 | 26 |
| Octal | 0 | 136 | 303 | 144 | 64 | 0 | 30 | 323 | 144 | 46 |
| Binary | 0 | 1011110 | 11000011 | 1100100 | 110100 | 0 | 11000 | 11010011 | 1100100 | 100110 |
Color Harmonies of #005EC3
Complementary color
Monochromatic Colors of #005EC3
Black with #005EC3
Text Example
Text Example
White with #005EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005EC3; }
p { color: rgb(0,94,195); }
H1.HeaderClassName
{
color: #005EC3;
}
.AnyTagClassName
{
color: #005EC3;
}
</style>
background-color css
<style>
a { background-color: #005EC3; }
a { background-color: rgb(0,94,195); }
div.DivClassName
{
background-color: #005EC3;
}
.BgClassName
{
background-color: #005EC3;
}
</style>
border-color css
<style>
span { border-color: #005EC3; }
span { border-color: rgb(0,94,195); }
td.TdClassName
{
border-color: #005EC3;
}
.TagClassName
{
border-color: #005EC3;
}
</style>