Shades of Navy Blue #0547ED
Tints of Navy Blue #0547ED
RGB
CMYK
RGB Variations
Color information
#0547ED (or 0x0547ED) is known color: Navy Blue. HEX triplet: 05, 47 and ED. RGB value is (5,71,237). Sum of RGB (Red+Green+Blue) = 5+71+237=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #0547ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0547ED is #FAB812. Grayscale: #454545. Windows color (decimal): -16431123 or 15550213. OLE color: 15550213.
HSL color Cylindrical-coordinate representation of color #0547ED: hue angle of 222.93º 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 #0547ED is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 71 | 237 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.07 |
| HSL | 222.93º | 0.96% | 0.47% | - |
| HSV(B) | 222.93º | 0.98% | 0.93% | - |
| XYZ | 17.6 | 10.65 | 81.25 | - |
| YUV | 70.19 | 222.13 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 237 | 0.98 | 0.70 | 0 | 0.07 | 222.93 | 0.96 | 0.47 |
| Hex | 5 | 47 | ED | 62 | 46 | 0 | 7 | DF | 60 | 2F |
| Octal | 5 | 107 | 355 | 142 | 106 | 0 | 7 | 337 | 140 | 57 |
| Binary | 101 | 1000111 | 11101101 | 1100010 | 1000110 | 0 | 111 | 11011111 | 1100000 | 101111 |
Color Harmonies of #0547ED
Complementary color
Monochromatic Colors of #0547ED
Black with #0547ED
Text Example
Text Example
White with #0547ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547ED; }
p { color: rgb(5,71,237); }
H1.HeaderClassName
{
color: #0547ED;
}
.AnyTagClassName
{
color: #0547ED;
}
</style>
background-color css
<style>
a { background-color: #0547ED; }
a { background-color: rgb(5,71,237); }
div.DivClassName
{
background-color: #0547ED;
}
.BgClassName
{
background-color: #0547ED;
}
</style>
border-color css
<style>
span { border-color: #0547ED; }
span { border-color: rgb(5,71,237); }
td.TdClassName
{
border-color: #0547ED;
}
.TagClassName
{
border-color: #0547ED;
}
</style>