Shades of Navy Blue #046ED1
Tints of Navy Blue #046ED1
RGB
CMYK
RGB Variations
Color information
#046ED1 (or 0x046ED1) is known color: Navy Blue. HEX triplet: 04, 6E and D1. RGB value is (4,110,209). Sum of RGB (Red+Green+Blue) = 4+110+209=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #046ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ED1 is #FB912E. Grayscale: #595959. Windows color (decimal): -16486703 or 13725188. OLE color: 13725188.
HSL color Cylindrical-coordinate representation of color #046ED1: hue angle of 208.98º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ED1 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 110 | 209 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.18 |
| HSL | 208.98º | 0.96% | 0.42% | - |
| HSV(B) | 208.98º | 0.98% | 0.82% | - |
| XYZ | 17.13 | 15.78 | 62.46 | - |
| YUV | 89.59 | 195.38 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 209 | 0.98 | 0.47 | 0 | 0.18 | 208.98 | 0.96 | 0.42 |
| Hex | 4 | 6E | D1 | 62 | 2F | 0 | 12 | D1 | 60 | 2A |
| Octal | 4 | 156 | 321 | 142 | 57 | 0 | 22 | 321 | 140 | 52 |
| Binary | 100 | 1101110 | 11010001 | 1100010 | 101111 | 0 | 10010 | 11010001 | 1100000 | 101010 |
Color Harmonies of #046ED1
Complementary color
Monochromatic Colors of #046ED1
Black with #046ED1
Text Example
Text Example
White with #046ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ED1; }
p { color: rgb(4,110,209); }
H1.HeaderClassName
{
color: #046ED1;
}
.AnyTagClassName
{
color: #046ED1;
}
</style>
background-color css
<style>
a { background-color: #046ED1; }
a { background-color: rgb(4,110,209); }
div.DivClassName
{
background-color: #046ED1;
}
.BgClassName
{
background-color: #046ED1;
}
</style>
border-color css
<style>
span { border-color: #046ED1; }
span { border-color: rgb(4,110,209); }
td.TdClassName
{
border-color: #046ED1;
}
.TagClassName
{
border-color: #046ED1;
}
</style>