Shades of Navy Blue #0548FC
Tints of Navy Blue #0548FC
RGB
CMYK
RGB Variations
Color information
#0548FC (or 0x0548FC) is known color: Navy Blue. HEX triplet: 05, 48 and FC. RGB value is (5,72,252). Sum of RGB (Red+Green+Blue) = 5+72+252=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #0548FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0548FC is #FAB703. Grayscale: #474747. Windows color (decimal): -16430852 or 16533509. OLE color: 16533509.
HSL color Cylindrical-coordinate representation of color #0548FC: hue angle of 223.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548FC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 72 | 252 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.01 |
| HSL | 223.72º | 0.98% | 0.5% | - |
| HSV(B) | 223.72º | 0.98% | 0.99% | - |
| XYZ | 19.95 | 11.7 | 93.3 | - |
| YUV | 72.49 | 229.3 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 252 | 0.98 | 0.71 | 0 | 0.01 | 223.72 | 0.98 | 0.5 |
| Hex | 5 | 48 | FC | 62 | 47 | 0 | 1 | E0 | 62 | 32 |
| Octal | 5 | 110 | 374 | 142 | 107 | 0 | 1 | 340 | 142 | 62 |
| Binary | 101 | 1001000 | 11111100 | 1100010 | 1000111 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0548FC
Complementary color
Monochromatic Colors of #0548FC
Black with #0548FC
Text Example
Text Example
White with #0548FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548FC; }
p { color: rgb(5,72,252); }
H1.HeaderClassName
{
color: #0548FC;
}
.AnyTagClassName
{
color: #0548FC;
}
</style>
background-color css
<style>
a { background-color: #0548FC; }
a { background-color: rgb(5,72,252); }
div.DivClassName
{
background-color: #0548FC;
}
.BgClassName
{
background-color: #0548FC;
}
</style>
border-color css
<style>
span { border-color: #0548FC; }
span { border-color: rgb(5,72,252); }
td.TdClassName
{
border-color: #0548FC;
}
.TagClassName
{
border-color: #0548FC;
}
</style>