Shades of Navy Blue #0548DD
Tints of Navy Blue #0548DD
RGB
CMYK
RGB Variations
Color information
#0548DD (or 0x0548DD) is known color: Navy Blue. HEX triplet: 05, 48 and DD. RGB value is (5,72,221). Sum of RGB (Red+Green+Blue) = 5+72+221=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #0548DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548DD is #FAB722. Grayscale: #444444. Windows color (decimal): -16430883 or 14501893. OLE color: 14501893.
HSL color Cylindrical-coordinate representation of color #0548DD: hue angle of 221.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548DD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 72 | 221 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.13 |
| HSL | 221.39º | 0.96% | 0.44% | - |
| HSV(B) | 221.39º | 0.98% | 0.87% | - |
| XYZ | 15.43 | 9.89 | 69.5 | - |
| YUV | 68.95 | 213.8 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 221 | 0.98 | 0.67 | 0 | 0.13 | 221.39 | 0.96 | 0.44 |
| Hex | 5 | 48 | DD | 62 | 43 | 0 | D | DD | 60 | 2C |
| Octal | 5 | 110 | 335 | 142 | 103 | 0 | 15 | 335 | 140 | 54 |
| Binary | 101 | 1001000 | 11011101 | 1100010 | 1000011 | 0 | 1101 | 11011101 | 1100000 | 101100 |
Color Harmonies of #0548DD
Complementary color
Monochromatic Colors of #0548DD
Black with #0548DD
Text Example
Text Example
White with #0548DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548DD; }
p { color: rgb(5,72,221); }
H1.HeaderClassName
{
color: #0548DD;
}
.AnyTagClassName
{
color: #0548DD;
}
</style>
background-color css
<style>
a { background-color: #0548DD; }
a { background-color: rgb(5,72,221); }
div.DivClassName
{
background-color: #0548DD;
}
.BgClassName
{
background-color: #0548DD;
}
</style>
border-color css
<style>
span { border-color: #0548DD; }
span { border-color: rgb(5,72,221); }
td.TdClassName
{
border-color: #0548DD;
}
.TagClassName
{
border-color: #0548DD;
}
</style>