Shades of Navy Blue #046ED0
Tints of Navy Blue #046ED0
RGB
CMYK
RGB Variations
Color information
#046ED0 (or 0x046ED0) is known color: Navy Blue. HEX triplet: 04, 6E and D0. RGB value is (4,110,208). Sum of RGB (Red+Green+Blue) = 4+110+208=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #046ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ED0 is #FB912F. Grayscale: #585858. Windows color (decimal): -16486704 or 13659652. OLE color: 13659652.
HSL color Cylindrical-coordinate representation of color #046ED0: hue angle of 208.82º 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 #046ED0 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 110 | 208 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.18 |
| HSL | 208.82º | 0.96% | 0.42% | - |
| HSV(B) | 208.82º | 0.98% | 0.82% | - |
| XYZ | 17.01 | 15.73 | 61.81 | - |
| YUV | 89.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 208 | 0.98 | 0.47 | 0 | 0.18 | 208.82 | 0.96 | 0.42 |
| Hex | 4 | 6E | D0 | 62 | 2F | 0 | 12 | D1 | 60 | 2A |
| Octal | 4 | 156 | 320 | 142 | 57 | 0 | 22 | 321 | 140 | 52 |
| Binary | 100 | 1101110 | 11010000 | 1100010 | 101111 | 0 | 10010 | 11010001 | 1100000 | 101010 |
Color Harmonies of #046ED0
Complementary color
Monochromatic Colors of #046ED0
Black with #046ED0
Text Example
Text Example
White with #046ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ED0; }
p { color: rgb(4,110,208); }
H1.HeaderClassName
{
color: #046ED0;
}
.AnyTagClassName
{
color: #046ED0;
}
</style>
background-color css
<style>
a { background-color: #046ED0; }
a { background-color: rgb(4,110,208); }
div.DivClassName
{
background-color: #046ED0;
}
.BgClassName
{
background-color: #046ED0;
}
</style>
border-color css
<style>
span { border-color: #046ED0; }
span { border-color: rgb(4,110,208); }
td.TdClassName
{
border-color: #046ED0;
}
.TagClassName
{
border-color: #046ED0;
}
</style>