Shades of Navy Blue #0548FD
Tints of Navy Blue #0548FD
RGB
CMYK
RGB Variations
Color information
#0548FD (or 0x0548FD) is known color: Navy Blue. HEX triplet: 05, 48 and FD. RGB value is (5,72,253). Sum of RGB (Red+Green+Blue) = 5+72+253=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #0548FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0548FD is #FAB702. Grayscale: #474747. Windows color (decimal): -16430851 or 16599045. OLE color: 16599045.
HSL color Cylindrical-coordinate representation of color #0548FD: hue angle of 223.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548FD is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 72 | 253 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.01 |
| HSL | 223.79º | 0.98% | 0.51% | - |
| HSV(B) | 223.79º | 0.98% | 0.99% | - |
| XYZ | 20.11 | 11.76 | 94.14 | - |
| YUV | 72.6 | 229.8 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 253 | 0.98 | 0.72 | 0 | 0.01 | 223.79 | 0.98 | 0.51 |
| Hex | 5 | 48 | FD | 62 | 48 | 0 | 1 | E0 | 62 | 33 |
| Octal | 5 | 110 | 375 | 142 | 110 | 0 | 1 | 340 | 142 | 63 |
| Binary | 101 | 1001000 | 11111101 | 1100010 | 1001000 | 0 | 1 | 11100000 | 1100010 | 110011 |
Color Harmonies of #0548FD
Complementary color
Monochromatic Colors of #0548FD
Black with #0548FD
Text Example
Text Example
White with #0548FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548FD; }
p { color: rgb(5,72,253); }
H1.HeaderClassName
{
color: #0548FD;
}
.AnyTagClassName
{
color: #0548FD;
}
</style>
background-color css
<style>
a { background-color: #0548FD; }
a { background-color: rgb(5,72,253); }
div.DivClassName
{
background-color: #0548FD;
}
.BgClassName
{
background-color: #0548FD;
}
</style>
border-color css
<style>
span { border-color: #0548FD; }
span { border-color: rgb(5,72,253); }
td.TdClassName
{
border-color: #0548FD;
}
.TagClassName
{
border-color: #0548FD;
}
</style>