Shades of Navy Blue #1051DA
Tints of Navy Blue #1051DA
RGB
CMYK
RGB Variations
Color information
#1051DA (or 0x1051DA) is known color: Navy Blue. HEX triplet: 10, 51 and DA. RGB value is (16,81,218). Sum of RGB (Red+Green+Blue) = 16+81+218=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #1051DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051DA is #EFAE25. Grayscale: #4C4C4C. Windows color (decimal): -15707686 or 14307600. OLE color: 14307600.
HSL color Cylindrical-coordinate representation of color #1051DA: hue angle of 220.69º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051DA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 81 | 218 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.15 |
| HSL | 220.69º | 0.86% | 0.46% | - |
| HSV(B) | 220.69º | 0.93% | 0.85% | - |
| XYZ | 15.81 | 11.06 | 67.63 | - |
| YUV | 77.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 218 | 0.93 | 0.63 | 0 | 0.15 | 220.69 | 0.86 | 0.46 |
| Hex | 10 | 51 | DA | 5D | 3F | 0 | F | DD | 56 | 2E |
| Octal | 20 | 121 | 332 | 135 | 77 | 0 | 17 | 335 | 126 | 56 |
| Binary | 10000 | 1010001 | 11011010 | 1011101 | 111111 | 0 | 1111 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1051DA
Complementary color
Monochromatic Colors of #1051DA
Black with #1051DA
Text Example
Text Example
White with #1051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051DA; }
p { color: rgb(16,81,218); }
H1.HeaderClassName
{
color: #1051DA;
}
.AnyTagClassName
{
color: #1051DA;
}
</style>
background-color css
<style>
a { background-color: #1051DA; }
a { background-color: rgb(16,81,218); }
div.DivClassName
{
background-color: #1051DA;
}
.BgClassName
{
background-color: #1051DA;
}
</style>
border-color css
<style>
span { border-color: #1051DA; }
span { border-color: rgb(16,81,218); }
td.TdClassName
{
border-color: #1051DA;
}
.TagClassName
{
border-color: #1051DA;
}
</style>