Shades of Navy Blue #0051D2
Tints of Navy Blue #0051D2
RGB
CMYK
RGB Variations
Color information
#0051D2 (or 0x0051D2) is known color: Navy Blue. HEX triplet: 00, 51 and D2. RGB value is (0,81,210). Sum of RGB (Red+Green+Blue) = 0+81+210=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #0051D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051D2 is #FFAE2D. Grayscale: #464646. Windows color (decimal): -16756270 or 13783296. OLE color: 13783296.
HSL color Cylindrical-coordinate representation of color #0051D2: hue angle of 216.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051D2 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 81 | 210 | - |
| CMYK | 1 | 0.61 | 0 | 0.18 |
| HSL | 216.86º | 1% | 0.41% | - |
| HSV(B) | 216.86º | 1% | 0.82% | - |
| XYZ | 14.58 | 10.54 | 62.24 | - |
| YUV | 71.49 | 206.16 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 210 | 1 | 0.61 | 0 | 0.18 | 216.86 | 1 | 0.41 |
| Hex | 0 | 51 | D2 | 64 | 3D | 0 | 12 | D9 | 64 | 29 |
| Octal | 0 | 121 | 322 | 144 | 75 | 0 | 22 | 331 | 144 | 51 |
| Binary | 0 | 1010001 | 11010010 | 1100100 | 111101 | 0 | 10010 | 11011001 | 1100100 | 101001 |
Color Harmonies of #0051D2
Complementary color
Monochromatic Colors of #0051D2
Black with #0051D2
Text Example
Text Example
White with #0051D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051D2; }
p { color: rgb(0,81,210); }
H1.HeaderClassName
{
color: #0051D2;
}
.AnyTagClassName
{
color: #0051D2;
}
</style>
background-color css
<style>
a { background-color: #0051D2; }
a { background-color: rgb(0,81,210); }
div.DivClassName
{
background-color: #0051D2;
}
.BgClassName
{
background-color: #0051D2;
}
</style>
border-color css
<style>
span { border-color: #0051D2; }
span { border-color: rgb(0,81,210); }
td.TdClassName
{
border-color: #0051D2;
}
.TagClassName
{
border-color: #0051D2;
}
</style>