Shades of Navy Blue #006EC5
Tints of Navy Blue #006EC5
RGB
CMYK
RGB Variations
Color information
#006EC5 (or 0x006EC5) is known color: Navy Blue. HEX triplet: 00, 6E and C5. RGB value is (0,110,197). Sum of RGB (Red+Green+Blue) = 0+110+197=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #006EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC5 is #FF913A. Grayscale: #565656. Windows color (decimal): -16748859 or 12938752. OLE color: 12938752.
HSL color Cylindrical-coordinate representation of color #006EC5: hue angle of 206.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EC5 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 110 | 197 | - |
| CMYK | 1 | 0.44 | 0 | 0.23 |
| HSL | 206.5º | 1% | 0.39% | - |
| HSV(B) | 206.5º | 1% | 0.77% | - |
| XYZ | 15.65 | 15.18 | 54.93 | - |
| YUV | 87.03 | 190.06 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 197 | 1 | 0.44 | 0 | 0.23 | 206.5 | 1 | 0.39 |
| Hex | 0 | 6E | C5 | 64 | 2C | 0 | 17 | CE | 64 | 27 |
| Octal | 0 | 156 | 305 | 144 | 54 | 0 | 27 | 316 | 144 | 47 |
| Binary | 0 | 1101110 | 11000101 | 1100100 | 101100 | 0 | 10111 | 11001110 | 1100100 | 100111 |
Color Harmonies of #006EC5
Complementary color
Monochromatic Colors of #006EC5
Black with #006EC5
Text Example
Text Example
White with #006EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EC5; }
p { color: rgb(0,110,197); }
H1.HeaderClassName
{
color: #006EC5;
}
.AnyTagClassName
{
color: #006EC5;
}
</style>
background-color css
<style>
a { background-color: #006EC5; }
a { background-color: rgb(0,110,197); }
div.DivClassName
{
background-color: #006EC5;
}
.BgClassName
{
background-color: #006EC5;
}
</style>
border-color css
<style>
span { border-color: #006EC5; }
span { border-color: rgb(0,110,197); }
td.TdClassName
{
border-color: #006EC5;
}
.TagClassName
{
border-color: #006EC5;
}
</style>