Shades of Navy Blue #1181DB
Tints of Navy Blue #1181DB
RGB
CMYK
RGB Variations
Color information
#1181DB (or 0x1181DB) is known color: Navy Blue. HEX triplet: 11, 81 and DB. RGB value is (17,129,219). Sum of RGB (Red+Green+Blue) = 17+129+219=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #1181DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1181DB is #EE7E24. Grayscale: #696969. Windows color (decimal): -15629861 or 14385425. OLE color: 14385425.
HSL color Cylindrical-coordinate representation of color #1181DB: hue angle of 206.73º 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 #1181DB is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 129 | 219 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.14 |
| HSL | 206.73º | 0.86% | 0.46% | - |
| HSV(B) | 206.73º | 0.92% | 0.86% | - |
| XYZ | 20.87 | 20.93 | 69.96 | - |
| YUV | 105.77 | 191.89 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 129 | 219 | 0.92 | 0.41 | 0 | 0.14 | 206.73 | 0.86 | 0.46 |
| Hex | 11 | 81 | DB | 5C | 29 | 0 | E | CF | 56 | 2E |
| Octal | 21 | 201 | 333 | 134 | 51 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10001 | 10000001 | 11011011 | 1011100 | 101001 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #1181DB
Complementary color
Monochromatic Colors of #1181DB
Black with #1181DB
Text Example
Text Example
White with #1181DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1181DB; }
p { color: rgb(17,129,219); }
H1.HeaderClassName
{
color: #1181DB;
}
.AnyTagClassName
{
color: #1181DB;
}
</style>
background-color css
<style>
a { background-color: #1181DB; }
a { background-color: rgb(17,129,219); }
div.DivClassName
{
background-color: #1181DB;
}
.BgClassName
{
background-color: #1181DB;
}
</style>
border-color css
<style>
span { border-color: #1181DB; }
span { border-color: rgb(17,129,219); }
td.TdClassName
{
border-color: #1181DB;
}
.TagClassName
{
border-color: #1181DB;
}
</style>