Shades of Navy Blue #0051DD
Tints of Navy Blue #0051DD
RGB
CMYK
RGB Variations
Color information
#0051DD (or 0x0051DD) is known color: Navy Blue. HEX triplet: 00, 51 and DD. RGB value is (0,81,221). Sum of RGB (Red+Green+Blue) = 0+81+221=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #0051DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051DD is #FFAE22. Grayscale: #484848. Windows color (decimal): -16756259 or 14504192. OLE color: 14504192.
HSL color Cylindrical-coordinate representation of color #0051DD: hue angle of 218.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051DD is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 81 | 221 | - |
| CMYK | 1 | 0.63 | 0 | 0.13 |
| HSL | 218.01º | 1% | 0.43% | - |
| HSV(B) | 218.01º | 1% | 0.87% | - |
| XYZ | 15.99 | 11.11 | 69.71 | - |
| YUV | 72.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 221 | 1 | 0.63 | 0 | 0.13 | 218.01 | 1 | 0.43 |
| Hex | 0 | 51 | DD | 64 | 3F | 0 | D | DA | 64 | 2B |
| Octal | 0 | 121 | 335 | 144 | 77 | 0 | 15 | 332 | 144 | 53 |
| Binary | 0 | 1010001 | 11011101 | 1100100 | 111111 | 0 | 1101 | 11011010 | 1100100 | 101011 |
Color Harmonies of #0051DD
Complementary color
Monochromatic Colors of #0051DD
Black with #0051DD
Text Example
Text Example
White with #0051DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051DD; }
p { color: rgb(0,81,221); }
H1.HeaderClassName
{
color: #0051DD;
}
.AnyTagClassName
{
color: #0051DD;
}
</style>
background-color css
<style>
a { background-color: #0051DD; }
a { background-color: rgb(0,81,221); }
div.DivClassName
{
background-color: #0051DD;
}
.BgClassName
{
background-color: #0051DD;
}
</style>
border-color css
<style>
span { border-color: #0051DD; }
span { border-color: rgb(0,81,221); }
td.TdClassName
{
border-color: #0051DD;
}
.TagClassName
{
border-color: #0051DD;
}
</style>