Shades of Navy Blue #115BDC
Tints of Navy Blue #115BDC
RGB
CMYK
RGB Variations
Color information
#115BDC (or 0x115BDC) is known color: Navy Blue. HEX triplet: 11, 5B and DC. RGB value is (17,91,220). Sum of RGB (Red+Green+Blue) = 17+91+220=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #115BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BDC is #EEA423. Grayscale: #525252. Windows color (decimal): -15639588 or 14441233. OLE color: 14441233.
HSL color Cylindrical-coordinate representation of color #115BDC: hue angle of 218.13º 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 #115BDC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 91 | 220 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.14 |
| HSL | 218.13º | 0.86% | 0.46% | - |
| HSV(B) | 218.13º | 0.92% | 0.86% | - |
| XYZ | 16.89 | 12.77 | 69.28 | - |
| YUV | 83.58 | 204.98 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 220 | 0.92 | 0.59 | 0 | 0.14 | 218.13 | 0.86 | 0.46 |
| Hex | 11 | 5B | DC | 5C | 3B | 0 | E | DA | 56 | 2E |
| Octal | 21 | 133 | 334 | 134 | 73 | 0 | 16 | 332 | 126 | 56 |
| Binary | 10001 | 1011011 | 11011100 | 1011100 | 111011 | 0 | 1110 | 11011010 | 1010110 | 101110 |
Color Harmonies of #115BDC
Complementary color
Monochromatic Colors of #115BDC
Black with #115BDC
Text Example
Text Example
White with #115BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BDC; }
p { color: rgb(17,91,220); }
H1.HeaderClassName
{
color: #115BDC;
}
.AnyTagClassName
{
color: #115BDC;
}
</style>
background-color css
<style>
a { background-color: #115BDC; }
a { background-color: rgb(17,91,220); }
div.DivClassName
{
background-color: #115BDC;
}
.BgClassName
{
background-color: #115BDC;
}
</style>
border-color css
<style>
span { border-color: #115BDC; }
span { border-color: rgb(17,91,220); }
td.TdClassName
{
border-color: #115BDC;
}
.TagClassName
{
border-color: #115BDC;
}
</style>