Shades of Navy Blue #0551DA
Tints of Navy Blue #0551DA
RGB
CMYK
RGB Variations
Color information
#0551DA (or 0x0551DA) is known color: Navy Blue. HEX triplet: 05, 51 and DA. RGB value is (5,81,218). Sum of RGB (Red+Green+Blue) = 5+81+218=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #0551DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551DA is #FAAE25. Grayscale: #494949. Windows color (decimal): -16428582 or 14307589. OLE color: 14307589.
HSL color Cylindrical-coordinate representation of color #0551DA: hue angle of 218.59º 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 #0551DA is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 81 | 218 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.15 |
| HSL | 218.59º | 0.96% | 0.44% | - |
| HSV(B) | 218.59º | 0.98% | 0.85% | - |
| XYZ | 15.66 | 10.98 | 67.62 | - |
| YUV | 73.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 218 | 0.98 | 0.63 | 0 | 0.15 | 218.59 | 0.96 | 0.44 |
| Hex | 5 | 51 | DA | 62 | 3F | 0 | F | DB | 60 | 2C |
| Octal | 5 | 121 | 332 | 142 | 77 | 0 | 17 | 333 | 140 | 54 |
| Binary | 101 | 1010001 | 11011010 | 1100010 | 111111 | 0 | 1111 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0551DA
Complementary color
Monochromatic Colors of #0551DA
Black with #0551DA
Text Example
Text Example
White with #0551DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0551DA; }
p { color: rgb(5,81,218); }
H1.HeaderClassName
{
color: #0551DA;
}
.AnyTagClassName
{
color: #0551DA;
}
</style>
background-color css
<style>
a { background-color: #0551DA; }
a { background-color: rgb(5,81,218); }
div.DivClassName
{
background-color: #0551DA;
}
.BgClassName
{
background-color: #0551DA;
}
</style>
border-color css
<style>
span { border-color: #0551DA; }
span { border-color: rgb(5,81,218); }
td.TdClassName
{
border-color: #0551DA;
}
.TagClassName
{
border-color: #0551DA;
}
</style>