Shades of Navy Blue #0551DC
Tints of Navy Blue #0551DC
RGB
CMYK
RGB Variations
Color information
#0551DC (or 0x0551DC) is known color: Navy Blue. HEX triplet: 05, 51 and DC. RGB value is (5,81,220). Sum of RGB (Red+Green+Blue) = 5+81+220=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #0551DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551DC is #FAAE23. Grayscale: #494949. Windows color (decimal): -16428580 or 14438661. OLE color: 14438661.
HSL color Cylindrical-coordinate representation of color #0551DC: hue angle of 218.79º 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 #0551DC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 81 | 220 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.14 |
| HSL | 218.79º | 0.96% | 0.44% | - |
| HSV(B) | 218.79º | 0.98% | 0.86% | - |
| XYZ | 15.92 | 11.08 | 69.01 | - |
| YUV | 74.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 220 | 0.98 | 0.63 | 0 | 0.14 | 218.79 | 0.96 | 0.44 |
| Hex | 5 | 51 | DC | 62 | 3F | 0 | E | DB | 60 | 2C |
| Octal | 5 | 121 | 334 | 142 | 77 | 0 | 16 | 333 | 140 | 54 |
| Binary | 101 | 1010001 | 11011100 | 1100010 | 111111 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0551DC
Complementary color
Monochromatic Colors of #0551DC
Black with #0551DC
Text Example
Text Example
White with #0551DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551DC; }
p { color: rgb(5,81,220); }
H1.HeaderClassName
{
color: #0551DC;
}
.AnyTagClassName
{
color: #0551DC;
}
</style>
background-color css
<style>
a { background-color: #0551DC; }
a { background-color: rgb(5,81,220); }
div.DivClassName
{
background-color: #0551DC;
}
.BgClassName
{
background-color: #0551DC;
}
</style>
border-color css
<style>
span { border-color: #0551DC; }
span { border-color: rgb(5,81,220); }
td.TdClassName
{
border-color: #0551DC;
}
.TagClassName
{
border-color: #0551DC;
}
</style>