Shades of Navy Blue #046DED
Tints of Navy Blue #046DED
RGB
CMYK
RGB Variations
Color information
#046DED (or 0x046DED) is known color: Navy Blue. HEX triplet: 04, 6D and ED. RGB value is (4,109,237). Sum of RGB (Red+Green+Blue) = 4+109+237=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #046DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046DED is #FB9212. Grayscale: #5B5B5B. Windows color (decimal): -16486931 or 15559940. OLE color: 15559940.
HSL color Cylindrical-coordinate representation of color #046DED: hue angle of 212.96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DED is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 109 | 237 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.07 |
| HSL | 212.96º | 0.97% | 0.47% | - |
| HSV(B) | 212.96º | 0.98% | 0.93% | - |
| XYZ | 20.8 | 17.08 | 82.32 | - |
| YUV | 92.2 | 209.71 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 237 | 0.98 | 0.54 | 0 | 0.07 | 212.96 | 0.97 | 0.47 |
| Hex | 4 | 6D | ED | 62 | 36 | 0 | 7 | D5 | 61 | 2F |
| Octal | 4 | 155 | 355 | 142 | 66 | 0 | 7 | 325 | 141 | 57 |
| Binary | 100 | 1101101 | 11101101 | 1100010 | 110110 | 0 | 111 | 11010101 | 1100001 | 101111 |
Color Harmonies of #046DED
Complementary color
Monochromatic Colors of #046DED
Black with #046DED
Text Example
Text Example
White with #046DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DED; }
p { color: rgb(4,109,237); }
H1.HeaderClassName
{
color: #046DED;
}
.AnyTagClassName
{
color: #046DED;
}
</style>
background-color css
<style>
a { background-color: #046DED; }
a { background-color: rgb(4,109,237); }
div.DivClassName
{
background-color: #046DED;
}
.BgClassName
{
background-color: #046DED;
}
</style>
border-color css
<style>
span { border-color: #046DED; }
span { border-color: rgb(4,109,237); }
td.TdClassName
{
border-color: #046DED;
}
.TagClassName
{
border-color: #046DED;
}
</style>