Shades of Navy Blue #0547EF
Tints of Navy Blue #0547EF
RGB
CMYK
RGB Variations
Color information
#0547EF (or 0x0547EF) is known color: Navy Blue. HEX triplet: 05, 47 and EF. RGB value is (5,71,239). Sum of RGB (Red+Green+Blue) = 5+71+239=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #0547EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0547EF is #FAB810. Grayscale: #454545. Windows color (decimal): -16431121 or 15681285. OLE color: 15681285.
HSL color Cylindrical-coordinate representation of color #0547EF: hue angle of 223.08º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0547EF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 71 | 239 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.06 |
| HSL | 223.08º | 0.96% | 0.48% | - |
| HSV(B) | 223.08º | 0.98% | 0.94% | - |
| XYZ | 17.9 | 10.77 | 82.8 | - |
| YUV | 70.42 | 223.13 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 239 | 0.98 | 0.70 | 0 | 0.06 | 223.08 | 0.96 | 0.48 |
| Hex | 5 | 47 | EF | 62 | 46 | 0 | 6 | DF | 60 | 30 |
| Octal | 5 | 107 | 357 | 142 | 106 | 0 | 6 | 337 | 140 | 60 |
| Binary | 101 | 1000111 | 11101111 | 1100010 | 1000110 | 0 | 110 | 11011111 | 1100000 | 110000 |
Color Harmonies of #0547EF
Complementary color
Monochromatic Colors of #0547EF
Black with #0547EF
Text Example
Text Example
White with #0547EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547EF; }
p { color: rgb(5,71,239); }
H1.HeaderClassName
{
color: #0547EF;
}
.AnyTagClassName
{
color: #0547EF;
}
</style>
background-color css
<style>
a { background-color: #0547EF; }
a { background-color: rgb(5,71,239); }
div.DivClassName
{
background-color: #0547EF;
}
.BgClassName
{
background-color: #0547EF;
}
</style>
border-color css
<style>
span { border-color: #0547EF; }
span { border-color: rgb(5,71,239); }
td.TdClassName
{
border-color: #0547EF;
}
.TagClassName
{
border-color: #0547EF;
}
</style>