Shades of Navy Blue #0547FE
Tints of Navy Blue #0547FE
RGB
CMYK
RGB Variations
Color information
#0547FE (or 0x0547FE) is known color: Navy Blue. HEX triplet: 05, 47 and FE. RGB value is (5,71,254). Sum of RGB (Red+Green+Blue) = 5+71+254=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #0547FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0547FE is #FAB801. Grayscale: #474747. Windows color (decimal): -16431106 or 16664325. OLE color: 16664325.
HSL color Cylindrical-coordinate representation of color #0547FE: hue angle of 224.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0547FE is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 71 | 254 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.00 |
| HSL | 224.1º | 0.99% | 0.51% | - |
| HSV(B) | 224.1º | 0.98% | 1% | - |
| XYZ | 20.21 | 11.69 | 94.96 | - |
| YUV | 72.13 | 230.63 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 254 | 0.98 | 0.72 | 0 | 0.00 | 224.1 | 0.99 | 0.51 |
| Hex | 5 | 47 | FE | 62 | 48 | 0 | 0 | E0 | 63 | 33 |
| Octal | 5 | 107 | 376 | 142 | 110 | 0 | 0 | 340 | 143 | 63 |
| Binary | 101 | 1000111 | 11111110 | 1100010 | 1001000 | 0 | 0 | 11100000 | 1100011 | 110011 |
Color Harmonies of #0547FE
Complementary color
Monochromatic Colors of #0547FE
Black with #0547FE
Text Example
Text Example
White with #0547FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547FE; }
p { color: rgb(5,71,254); }
H1.HeaderClassName
{
color: #0547FE;
}
.AnyTagClassName
{
color: #0547FE;
}
</style>
background-color css
<style>
a { background-color: #0547FE; }
a { background-color: rgb(5,71,254); }
div.DivClassName
{
background-color: #0547FE;
}
.BgClassName
{
background-color: #0547FE;
}
</style>
border-color css
<style>
span { border-color: #0547FE; }
span { border-color: rgb(5,71,254); }
td.TdClassName
{
border-color: #0547FE;
}
.TagClassName
{
border-color: #0547FE;
}
</style>