Shades of Navy Blue #0551DD
Tints of Navy Blue #0551DD
RGB
CMYK
RGB Variations
Color information
#0551DD (or 0x0551DD) is known color: Navy Blue. HEX triplet: 05, 51 and DD. RGB value is (5,81,221). Sum of RGB (Red+Green+Blue) = 5+81+221=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #0551DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551DD is #FAAE22. Grayscale: #494949. Windows color (decimal): -16428579 or 14504197. OLE color: 14504197.
HSL color Cylindrical-coordinate representation of color #0551DD: hue angle of 218.89º 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 #0551DD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 81 | 221 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.13 |
| HSL | 218.89º | 0.96% | 0.44% | - |
| HSV(B) | 218.89º | 0.98% | 0.87% | - |
| XYZ | 16.06 | 11.14 | 69.71 | - |
| YUV | 74.24 | 210.82 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 221 | 0.98 | 0.63 | 0 | 0.13 | 218.89 | 0.96 | 0.44 |
| Hex | 5 | 51 | DD | 62 | 3F | 0 | D | DB | 60 | 2C |
| Octal | 5 | 121 | 335 | 142 | 77 | 0 | 15 | 333 | 140 | 54 |
| Binary | 101 | 1010001 | 11011101 | 1100010 | 111111 | 0 | 1101 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0551DD
Complementary color
Monochromatic Colors of #0551DD
Black with #0551DD
Text Example
Text Example
White with #0551DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551DD; }
p { color: rgb(5,81,221); }
H1.HeaderClassName
{
color: #0551DD;
}
.AnyTagClassName
{
color: #0551DD;
}
</style>
background-color css
<style>
a { background-color: #0551DD; }
a { background-color: rgb(5,81,221); }
div.DivClassName
{
background-color: #0551DD;
}
.BgClassName
{
background-color: #0551DD;
}
</style>
border-color css
<style>
span { border-color: #0551DD; }
span { border-color: rgb(5,81,221); }
td.TdClassName
{
border-color: #0551DD;
}
.TagClassName
{
border-color: #0551DD;
}
</style>