Shades of Navy Blue #0549DA
Tints of Navy Blue #0549DA
RGB
CMYK
RGB Variations
Color information
#0549DA (or 0x0549DA) is known color: Navy Blue. HEX triplet: 05, 49 and DA. RGB value is (5,73,218). Sum of RGB (Red+Green+Blue) = 5+73+218=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #0549DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0549DA is #FAB625. Grayscale: #444444. Windows color (decimal): -16430630 or 14305541. OLE color: 14305541.
HSL color Cylindrical-coordinate representation of color #0549DA: hue angle of 220.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0549DA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 73 | 218 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.15 |
| HSL | 220.85º | 0.96% | 0.44% | - |
| HSV(B) | 220.85º | 0.98% | 0.85% | - |
| XYZ | 15.1 | 9.86 | 67.44 | - |
| YUV | 69.2 | 211.97 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 218 | 0.98 | 0.67 | 0 | 0.15 | 220.85 | 0.96 | 0.44 |
| Hex | 5 | 49 | DA | 62 | 43 | 0 | F | DD | 60 | 2C |
| Octal | 5 | 111 | 332 | 142 | 103 | 0 | 17 | 335 | 140 | 54 |
| Binary | 101 | 1001001 | 11011010 | 1100010 | 1000011 | 0 | 1111 | 11011101 | 1100000 | 101100 |
Color Harmonies of #0549DA
Complementary color
Monochromatic Colors of #0549DA
Black with #0549DA
Text Example
Text Example
White with #0549DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0549DA; }
p { color: rgb(5,73,218); }
H1.HeaderClassName
{
color: #0549DA;
}
.AnyTagClassName
{
color: #0549DA;
}
</style>
background-color css
<style>
a { background-color: #0549DA; }
a { background-color: rgb(5,73,218); }
div.DivClassName
{
background-color: #0549DA;
}
.BgClassName
{
background-color: #0549DA;
}
</style>
border-color css
<style>
span { border-color: #0549DA; }
span { border-color: rgb(5,73,218); }
td.TdClassName
{
border-color: #0549DA;
}
.TagClassName
{
border-color: #0549DA;
}
</style>