Shades of Navy Blue #1151DB
Tints of Navy Blue #1151DB
RGB
CMYK
RGB Variations
Color information
#1151DB (or 0x1151DB) is known color: Navy Blue. HEX triplet: 11, 51 and DB. RGB value is (17,81,219). Sum of RGB (Red+Green+Blue) = 17+81+219=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #1151DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151DB is #EEAE24. Grayscale: #4C4C4C. Windows color (decimal): -15642149 or 14373137. OLE color: 14373137.
HSL color Cylindrical-coordinate representation of color #1151DB: hue angle of 220.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1151DB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 81 | 219 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.14 |
| HSL | 220.99º | 0.86% | 0.46% | - |
| HSV(B) | 220.99º | 0.92% | 0.86% | - |
| XYZ | 15.96 | 11.12 | 68.32 | - |
| YUV | 77.6 | 207.8 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 219 | 0.92 | 0.63 | 0 | 0.14 | 220.99 | 0.86 | 0.46 |
| Hex | 11 | 51 | DB | 5C | 3F | 0 | E | DD | 56 | 2E |
| Octal | 21 | 121 | 333 | 134 | 77 | 0 | 16 | 335 | 126 | 56 |
| Binary | 10001 | 1010001 | 11011011 | 1011100 | 111111 | 0 | 1110 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1151DB
Complementary color
Monochromatic Colors of #1151DB
Black with #1151DB
Text Example
Text Example
White with #1151DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151DB; }
p { color: rgb(17,81,219); }
H1.HeaderClassName
{
color: #1151DB;
}
.AnyTagClassName
{
color: #1151DB;
}
</style>
background-color css
<style>
a { background-color: #1151DB; }
a { background-color: rgb(17,81,219); }
div.DivClassName
{
background-color: #1151DB;
}
.BgClassName
{
background-color: #1151DB;
}
</style>
border-color css
<style>
span { border-color: #1151DB; }
span { border-color: rgb(17,81,219); }
td.TdClassName
{
border-color: #1151DB;
}
.TagClassName
{
border-color: #1151DB;
}
</style>