Shades of Navy Blue #1150DB
Tints of Navy Blue #1150DB
RGB
CMYK
RGB Variations
Color information
#1150DB (or 0x1150DB) is known color: Navy Blue. HEX triplet: 11, 50 and DB. RGB value is (17,80,219). Sum of RGB (Red+Green+Blue) = 17+80+219=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #1150DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150DB is #EEAF24. Grayscale: #4C4C4C. Windows color (decimal): -15642405 or 14372881. OLE color: 14372881.
HSL color Cylindrical-coordinate representation of color #1150DB: hue angle of 221.29º 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 #1150DB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 80 | 219 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.14 |
| HSL | 221.29º | 0.86% | 0.46% | - |
| HSV(B) | 221.29º | 0.92% | 0.86% | - |
| XYZ | 15.89 | 10.97 | 68.3 | - |
| YUV | 77.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 219 | 0.92 | 0.63 | 0 | 0.14 | 221.29 | 0.86 | 0.46 |
| Hex | 11 | 50 | DB | 5C | 3F | 0 | E | DD | 56 | 2E |
| Octal | 21 | 120 | 333 | 134 | 77 | 0 | 16 | 335 | 126 | 56 |
| Binary | 10001 | 1010000 | 11011011 | 1011100 | 111111 | 0 | 1110 | 11011101 | 1010110 | 101110 |
Color Harmonies of #1150DB
Complementary color
Monochromatic Colors of #1150DB
Black with #1150DB
Text Example
Text Example
White with #1150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150DB; }
p { color: rgb(17,80,219); }
H1.HeaderClassName
{
color: #1150DB;
}
.AnyTagClassName
{
color: #1150DB;
}
</style>
background-color css
<style>
a { background-color: #1150DB; }
a { background-color: rgb(17,80,219); }
div.DivClassName
{
background-color: #1150DB;
}
.BgClassName
{
background-color: #1150DB;
}
</style>
border-color css
<style>
span { border-color: #1150DB; }
span { border-color: rgb(17,80,219); }
td.TdClassName
{
border-color: #1150DB;
}
.TagClassName
{
border-color: #1150DB;
}
</style>