Shades of Navy Blue #115CDB
Tints of Navy Blue #115CDB
RGB
CMYK
RGB Variations
Color information
#115CDB (or 0x115CDB) is known color: Navy Blue. HEX triplet: 11, 5C and DB. RGB value is (17,92,219). Sum of RGB (Red+Green+Blue) = 17+92+219=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #115CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CDB is #EEA324. Grayscale: #535353. Windows color (decimal): -15639333 or 14375953. OLE color: 14375953.
HSL color Cylindrical-coordinate representation of color #115CDB: hue angle of 217.72º 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 #115CDB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 92 | 219 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.14 |
| HSL | 217.72º | 0.86% | 0.46% | - |
| HSV(B) | 217.72º | 0.92% | 0.86% | - |
| XYZ | 16.84 | 12.89 | 68.62 | - |
| YUV | 84.05 | 204.15 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 219 | 0.92 | 0.58 | 0 | 0.14 | 217.72 | 0.86 | 0.46 |
| Hex | 11 | 5C | DB | 5C | 3A | 0 | E | DA | 56 | 2E |
| Octal | 21 | 134 | 333 | 134 | 72 | 0 | 16 | 332 | 126 | 56 |
| Binary | 10001 | 1011100 | 11011011 | 1011100 | 111010 | 0 | 1110 | 11011010 | 1010110 | 101110 |
Color Harmonies of #115CDB
Complementary color
Monochromatic Colors of #115CDB
Black with #115CDB
Text Example
Text Example
White with #115CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CDB; }
p { color: rgb(17,92,219); }
H1.HeaderClassName
{
color: #115CDB;
}
.AnyTagClassName
{
color: #115CDB;
}
</style>
background-color css
<style>
a { background-color: #115CDB; }
a { background-color: rgb(17,92,219); }
div.DivClassName
{
background-color: #115CDB;
}
.BgClassName
{
background-color: #115CDB;
}
</style>
border-color css
<style>
span { border-color: #115CDB; }
span { border-color: rgb(17,92,219); }
td.TdClassName
{
border-color: #115CDB;
}
.TagClassName
{
border-color: #115CDB;
}
</style>