Shades of Navy Blue #0546ED
Tints of Navy Blue #0546ED
RGB
CMYK
RGB Variations
Color information
#0546ED (or 0x0546ED) is known color: Navy Blue. HEX triplet: 05, 46 and ED. RGB value is (5,70,237). Sum of RGB (Red+Green+Blue) = 5+70+237=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #0546ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0546ED is #FAB912. Grayscale: #444444. Windows color (decimal): -16431379 or 15549957. OLE color: 15549957.
HSL color Cylindrical-coordinate representation of color #0546ED: hue angle of 223.19º degrees, saturation: 0.96, 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 #0546ED is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 70 | 237 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.07 |
| HSL | 223.19º | 0.96% | 0.47% | - |
| HSV(B) | 223.19º | 0.98% | 0.93% | - |
| XYZ | 17.54 | 10.53 | 81.23 | - |
| YUV | 69.6 | 222.47 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 237 | 0.98 | 0.70 | 0 | 0.07 | 223.19 | 0.96 | 0.47 |
| Hex | 5 | 46 | ED | 62 | 46 | 0 | 7 | DF | 60 | 2F |
| Octal | 5 | 106 | 355 | 142 | 106 | 0 | 7 | 337 | 140 | 57 |
| Binary | 101 | 1000110 | 11101101 | 1100010 | 1000110 | 0 | 111 | 11011111 | 1100000 | 101111 |
Color Harmonies of #0546ED
Complementary color
Monochromatic Colors of #0546ED
Black with #0546ED
Text Example
Text Example
White with #0546ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0546ED; }
p { color: rgb(5,70,237); }
H1.HeaderClassName
{
color: #0546ED;
}
.AnyTagClassName
{
color: #0546ED;
}
</style>
background-color css
<style>
a { background-color: #0546ED; }
a { background-color: rgb(5,70,237); }
div.DivClassName
{
background-color: #0546ED;
}
.BgClassName
{
background-color: #0546ED;
}
</style>
border-color css
<style>
span { border-color: #0546ED; }
span { border-color: rgb(5,70,237); }
td.TdClassName
{
border-color: #0546ED;
}
.TagClassName
{
border-color: #0546ED;
}
</style>