Shades of Navy Blue #0551D9
Tints of Navy Blue #0551D9
RGB
CMYK
RGB Variations
Color information
#0551D9 (or 0x0551D9) is known color: Navy Blue. HEX triplet: 05, 51 and D9. RGB value is (5,81,217). Sum of RGB (Red+Green+Blue) = 5+81+217=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #0551D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551D9 is #FAAE26. Grayscale: #494949. Windows color (decimal): -16428583 or 14242053. OLE color: 14242053.
HSL color Cylindrical-coordinate representation of color #0551D9: hue angle of 218.49º degrees, saturation: 0.95, 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 #0551D9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 81 | 217 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.15 |
| HSL | 218.49º | 0.95% | 0.44% | - |
| HSV(B) | 218.49º | 0.98% | 0.85% | - |
| XYZ | 15.53 | 10.93 | 66.94 | - |
| YUV | 73.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 217 | 0.98 | 0.63 | 0 | 0.15 | 218.49 | 0.95 | 0.44 |
| Hex | 5 | 51 | D9 | 62 | 3F | 0 | F | DA | 5F | 2C |
| Octal | 5 | 121 | 331 | 142 | 77 | 0 | 17 | 332 | 137 | 54 |
| Binary | 101 | 1010001 | 11011001 | 1100010 | 111111 | 0 | 1111 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0551D9
Complementary color
Monochromatic Colors of #0551D9
Black with #0551D9
Text Example
Text Example
White with #0551D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551D9; }
p { color: rgb(5,81,217); }
H1.HeaderClassName
{
color: #0551D9;
}
.AnyTagClassName
{
color: #0551D9;
}
</style>
background-color css
<style>
a { background-color: #0551D9; }
a { background-color: rgb(5,81,217); }
div.DivClassName
{
background-color: #0551D9;
}
.BgClassName
{
background-color: #0551D9;
}
</style>
border-color css
<style>
span { border-color: #0551D9; }
span { border-color: rgb(5,81,217); }
td.TdClassName
{
border-color: #0551D9;
}
.TagClassName
{
border-color: #0551D9;
}
</style>