Shades of Navy Blue #0548EE
Tints of Navy Blue #0548EE
RGB
CMYK
RGB Variations
Color information
#0548EE (or 0x0548EE) is known color: Navy Blue. HEX triplet: 05, 48 and EE. RGB value is (5,72,238). Sum of RGB (Red+Green+Blue) = 5+72+238=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #0548EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0548EE is #FAB711. Grayscale: #464646. Windows color (decimal): -16430866 or 15616005. OLE color: 15616005.
HSL color Cylindrical-coordinate representation of color #0548EE: hue angle of 222.75º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548EE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 72 | 238 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.07 |
| HSL | 222.75º | 0.96% | 0.48% | - |
| HSV(B) | 222.75º | 0.98% | 0.93% | - |
| XYZ | 17.81 | 10.84 | 82.04 | - |
| YUV | 70.89 | 222.3 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 238 | 0.98 | 0.70 | 0 | 0.07 | 222.75 | 0.96 | 0.48 |
| Hex | 5 | 48 | EE | 62 | 46 | 0 | 7 | DF | 60 | 30 |
| Octal | 5 | 110 | 356 | 142 | 106 | 0 | 7 | 337 | 140 | 60 |
| Binary | 101 | 1001000 | 11101110 | 1100010 | 1000110 | 0 | 111 | 11011111 | 1100000 | 110000 |
Color Harmonies of #0548EE
Complementary color
Monochromatic Colors of #0548EE
Black with #0548EE
Text Example
Text Example
White with #0548EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548EE; }
p { color: rgb(5,72,238); }
H1.HeaderClassName
{
color: #0548EE;
}
.AnyTagClassName
{
color: #0548EE;
}
</style>
background-color css
<style>
a { background-color: #0548EE; }
a { background-color: rgb(5,72,238); }
div.DivClassName
{
background-color: #0548EE;
}
.BgClassName
{
background-color: #0548EE;
}
</style>
border-color css
<style>
span { border-color: #0548EE; }
span { border-color: rgb(5,72,238); }
td.TdClassName
{
border-color: #0548EE;
}
.TagClassName
{
border-color: #0548EE;
}
</style>