Shades of Navy Blue #115BEC
Tints of Navy Blue #115BEC
RGB
CMYK
RGB Variations
Color information
#115BEC (or 0x115BEC) is known color: Navy Blue. HEX triplet: 11, 5B and EC. RGB value is (17,91,236). Sum of RGB (Red+Green+Blue) = 17+91+236=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #115BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BEC is #EEA413. Grayscale: #545454. Windows color (decimal): -15639572 or 15489809. OLE color: 15489809.
HSL color Cylindrical-coordinate representation of color #115BEC: hue angle of 219.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BEC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 91 | 236 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.07 |
| HSL | 219.73º | 0.87% | 0.5% | - |
| HSV(B) | 219.73º | 0.93% | 0.93% | - |
| XYZ | 19.11 | 13.66 | 80.99 | - |
| YUV | 85.4 | 212.98 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 236 | 0.93 | 0.61 | 0 | 0.07 | 219.73 | 0.87 | 0.5 |
| Hex | 11 | 5B | EC | 5D | 3D | 0 | 7 | DC | 57 | 32 |
| Octal | 21 | 133 | 354 | 135 | 75 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10001 | 1011011 | 11101100 | 1011101 | 111101 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #115BEC
Complementary color
Monochromatic Colors of #115BEC
Black with #115BEC
Text Example
Text Example
White with #115BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BEC; }
p { color: rgb(17,91,236); }
H1.HeaderClassName
{
color: #115BEC;
}
.AnyTagClassName
{
color: #115BEC;
}
</style>
background-color css
<style>
a { background-color: #115BEC; }
a { background-color: rgb(17,91,236); }
div.DivClassName
{
background-color: #115BEC;
}
.BgClassName
{
background-color: #115BEC;
}
</style>
border-color css
<style>
span { border-color: #115BEC; }
span { border-color: rgb(17,91,236); }
td.TdClassName
{
border-color: #115BEC;
}
.TagClassName
{
border-color: #115BEC;
}
</style>