Shades of Navy Blue #0548E9
Tints of Navy Blue #0548E9
RGB
CMYK
RGB Variations
Color information
#0548E9 (or 0x0548E9) is known color: Navy Blue. HEX triplet: 05, 48 and E9. RGB value is (5,72,233). Sum of RGB (Red+Green+Blue) = 5+72+233=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #0548E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0548E9 is #FAB716. Grayscale: #454545. Windows color (decimal): -16430871 or 15288325. OLE color: 15288325.
HSL color Cylindrical-coordinate representation of color #0548E9: hue angle of 222.37º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548E9 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 72 | 233 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.09 |
| HSL | 222.37º | 0.96% | 0.47% | - |
| HSV(B) | 222.37º | 0.98% | 0.91% | - |
| XYZ | 17.09 | 10.55 | 78.23 | - |
| YUV | 70.32 | 219.8 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 233 | 0.98 | 0.69 | 0 | 0.09 | 222.37 | 0.96 | 0.47 |
| Hex | 5 | 48 | E9 | 62 | 45 | 0 | 9 | DE | 60 | 2F |
| Octal | 5 | 110 | 351 | 142 | 105 | 0 | 11 | 336 | 140 | 57 |
| Binary | 101 | 1001000 | 11101001 | 1100010 | 1000101 | 0 | 1001 | 11011110 | 1100000 | 101111 |
Color Harmonies of #0548E9
Complementary color
Monochromatic Colors of #0548E9
Black with #0548E9
Text Example
Text Example
White with #0548E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548E9; }
p { color: rgb(5,72,233); }
H1.HeaderClassName
{
color: #0548E9;
}
.AnyTagClassName
{
color: #0548E9;
}
</style>
background-color css
<style>
a { background-color: #0548E9; }
a { background-color: rgb(5,72,233); }
div.DivClassName
{
background-color: #0548E9;
}
.BgClassName
{
background-color: #0548E9;
}
</style>
border-color css
<style>
span { border-color: #0548E9; }
span { border-color: rgb(5,72,233); }
td.TdClassName
{
border-color: #0548E9;
}
.TagClassName
{
border-color: #0548E9;
}
</style>