Shades of Navy Blue #0547DC
Tints of Navy Blue #0547DC
RGB
CMYK
RGB Variations
Color information
#0547DC (or 0x0547DC) is known color: Navy Blue. HEX triplet: 05, 47 and DC. RGB value is (5,71,220). Sum of RGB (Red+Green+Blue) = 5+71+220=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #0547DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547DC is #FAB823. Grayscale: #434343. Windows color (decimal): -16431140 or 14436101. OLE color: 14436101.
HSL color Cylindrical-coordinate representation of color #0547DC: hue angle of 221.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0547DC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 71 | 220 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.14 |
| HSL | 221.58º | 0.96% | 0.44% | - |
| HSV(B) | 221.58º | 0.98% | 0.86% | - |
| XYZ | 15.23 | 9.71 | 68.78 | - |
| YUV | 68.25 | 213.63 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 220 | 0.98 | 0.68 | 0 | 0.14 | 221.58 | 0.96 | 0.44 |
| Hex | 5 | 47 | DC | 62 | 44 | 0 | E | DE | 60 | 2C |
| Octal | 5 | 107 | 334 | 142 | 104 | 0 | 16 | 336 | 140 | 54 |
| Binary | 101 | 1000111 | 11011100 | 1100010 | 1000100 | 0 | 1110 | 11011110 | 1100000 | 101100 |
Color Harmonies of #0547DC
Complementary color
Monochromatic Colors of #0547DC
Black with #0547DC
Text Example
Text Example
White with #0547DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547DC; }
p { color: rgb(5,71,220); }
H1.HeaderClassName
{
color: #0547DC;
}
.AnyTagClassName
{
color: #0547DC;
}
</style>
background-color css
<style>
a { background-color: #0547DC; }
a { background-color: rgb(5,71,220); }
div.DivClassName
{
background-color: #0547DC;
}
.BgClassName
{
background-color: #0547DC;
}
</style>
border-color css
<style>
span { border-color: #0547DC; }
span { border-color: rgb(5,71,220); }
td.TdClassName
{
border-color: #0547DC;
}
.TagClassName
{
border-color: #0547DC;
}
</style>