Shades of Navy Blue #0548CD
Tints of Navy Blue #0548CD
RGB
CMYK
RGB Variations
Color information
#0548CD (or 0x0548CD) is known color: Navy Blue. HEX triplet: 05, 48 and CD. RGB value is (5,72,205). Sum of RGB (Red+Green+Blue) = 5+72+205=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #0548CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548CD is #FAB732. Grayscale: #424242. Windows color (decimal): -16430899 or 13453317. OLE color: 13453317.
HSL color Cylindrical-coordinate representation of color #0548CD: hue angle of 219.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0548CD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 72 | 205 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.20 |
| HSL | 219.9º | 0.95% | 0.41% | - |
| HSV(B) | 219.9º | 0.98% | 0.8% | - |
| XYZ | 13.4 | 9.07 | 58.8 | - |
| YUV | 67.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 205 | 0.98 | 0.65 | 0 | 0.20 | 219.9 | 0.95 | 0.41 |
| Hex | 5 | 48 | CD | 62 | 41 | 0 | 14 | DC | 5F | 29 |
| Octal | 5 | 110 | 315 | 142 | 101 | 0 | 24 | 334 | 137 | 51 |
| Binary | 101 | 1001000 | 11001101 | 1100010 | 1000001 | 0 | 10100 | 11011100 | 1011111 | 101001 |
Color Harmonies of #0548CD
Complementary color
Monochromatic Colors of #0548CD
Black with #0548CD
Text Example
Text Example
White with #0548CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548CD; }
p { color: rgb(5,72,205); }
H1.HeaderClassName
{
color: #0548CD;
}
.AnyTagClassName
{
color: #0548CD;
}
</style>
background-color css
<style>
a { background-color: #0548CD; }
a { background-color: rgb(5,72,205); }
div.DivClassName
{
background-color: #0548CD;
}
.BgClassName
{
background-color: #0548CD;
}
</style>
border-color css
<style>
span { border-color: #0548CD; }
span { border-color: rgb(5,72,205); }
td.TdClassName
{
border-color: #0548CD;
}
.TagClassName
{
border-color: #0548CD;
}
</style>