Shades of Navy Blue #1151DA
Tints of Navy Blue #1151DA
RGB
CMYK
RGB Variations
Color information
#1151DA (or 0x1151DA) is known color: Navy Blue. HEX triplet: 11, 51 and DA. RGB value is (17,81,218). Sum of RGB (Red+Green+Blue) = 17+81+218=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #1151DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151DA is #EEAE25. Grayscale: #4C4C4C. Windows color (decimal): -15642150 or 14307601. OLE color: 14307601.
HSL color Cylindrical-coordinate representation of color #1151DA: hue angle of 220.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1151DA is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 81 | 218 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.15 |
| HSL | 220.9º | 0.86% | 0.46% | - |
| HSV(B) | 220.9º | 0.92% | 0.85% | - |
| XYZ | 15.83 | 11.07 | 67.63 | - |
| YUV | 77.48 | 207.3 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 218 | 0.92 | 0.63 | 0 | 0.15 | 220.9 | 0.86 | 0.46 |
| Hex | 11 | 51 | DA | 5C | 3F | 0 | F | DD | 56 | 2E |
| Octal | 21 | 121 | 332 | 134 | 77 | 0 | 17 | 335 | 126 | 56 |
| Binary | 10001 | 1010001 | 11011010 | 1011100 | 111111 | 0 | 1111 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1151DA
Complementary color
Monochromatic Colors of #1151DA
Black with #1151DA
Text Example
Text Example
White with #1151DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151DA; }
p { color: rgb(17,81,218); }
H1.HeaderClassName
{
color: #1151DA;
}
.AnyTagClassName
{
color: #1151DA;
}
</style>
background-color css
<style>
a { background-color: #1151DA; }
a { background-color: rgb(17,81,218); }
div.DivClassName
{
background-color: #1151DA;
}
.BgClassName
{
background-color: #1151DA;
}
</style>
border-color css
<style>
span { border-color: #1151DA; }
span { border-color: rgb(17,81,218); }
td.TdClassName
{
border-color: #1151DA;
}
.TagClassName
{
border-color: #1151DA;
}
</style>