Shades of Navy Blue #046ECD
Tints of Navy Blue #046ECD
RGB
CMYK
RGB Variations
Color information
#046ECD (or 0x046ECD) is known color: Navy Blue. HEX triplet: 04, 6E and CD. RGB value is (4,110,205). Sum of RGB (Red+Green+Blue) = 4+110+205=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #046ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECD is #FB9132. Grayscale: #585858. Windows color (decimal): -16486707 or 13463044. OLE color: 13463044.
HSL color Cylindrical-coordinate representation of color #046ECD: hue angle of 208.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ECD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 110 | 205 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.20 |
| HSL | 208.36º | 0.96% | 0.41% | - |
| HSV(B) | 208.36º | 0.98% | 0.8% | - |
| XYZ | 16.65 | 15.59 | 59.89 | - |
| YUV | 89.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 205 | 0.98 | 0.46 | 0 | 0.20 | 208.36 | 0.96 | 0.41 |
| Hex | 4 | 6E | CD | 62 | 2E | 0 | 14 | D0 | 60 | 29 |
| Octal | 4 | 156 | 315 | 142 | 56 | 0 | 24 | 320 | 140 | 51 |
| Binary | 100 | 1101110 | 11001101 | 1100010 | 101110 | 0 | 10100 | 11010000 | 1100000 | 101001 |
Color Harmonies of #046ECD
Complementary color
Monochromatic Colors of #046ECD
Black with #046ECD
Text Example
Text Example
White with #046ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ECD; }
p { color: rgb(4,110,205); }
H1.HeaderClassName
{
color: #046ECD;
}
.AnyTagClassName
{
color: #046ECD;
}
</style>
background-color css
<style>
a { background-color: #046ECD; }
a { background-color: rgb(4,110,205); }
div.DivClassName
{
background-color: #046ECD;
}
.BgClassName
{
background-color: #046ECD;
}
</style>
border-color css
<style>
span { border-color: #046ECD; }
span { border-color: rgb(4,110,205); }
td.TdClassName
{
border-color: #046ECD;
}
.TagClassName
{
border-color: #046ECD;
}
</style>