Shades of Navy Blue #115BEE
Tints of Navy Blue #115BEE
RGB
CMYK
RGB Variations
Color information
#115BEE (or 0x115BEE) is known color: Navy Blue. HEX triplet: 11, 5B and EE. RGB value is (17,91,238). Sum of RGB (Red+Green+Blue) = 17+91+238=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #115BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BEE is #EEA411. Grayscale: #545454. Windows color (decimal): -15639570 or 15620881. OLE color: 15620881.
HSL color Cylindrical-coordinate representation of color #115BEE: hue angle of 219.91º 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 #115BEE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 91 | 238 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.07 |
| HSL | 219.91º | 0.87% | 0.5% | - |
| HSV(B) | 219.91º | 0.93% | 0.93% | - |
| XYZ | 19.4 | 13.77 | 82.52 | - |
| YUV | 85.63 | 213.98 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 238 | 0.93 | 0.62 | 0 | 0.07 | 219.91 | 0.87 | 0.5 |
| Hex | 11 | 5B | EE | 5D | 3E | 0 | 7 | DC | 57 | 32 |
| Octal | 21 | 133 | 356 | 135 | 76 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10001 | 1011011 | 11101110 | 1011101 | 111110 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #115BEE
Complementary color
Monochromatic Colors of #115BEE
Black with #115BEE
Text Example
Text Example
White with #115BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BEE; }
p { color: rgb(17,91,238); }
H1.HeaderClassName
{
color: #115BEE;
}
.AnyTagClassName
{
color: #115BEE;
}
</style>
background-color css
<style>
a { background-color: #115BEE; }
a { background-color: rgb(17,91,238); }
div.DivClassName
{
background-color: #115BEE;
}
.BgClassName
{
background-color: #115BEE;
}
</style>
border-color css
<style>
span { border-color: #115BEE; }
span { border-color: rgb(17,91,238); }
td.TdClassName
{
border-color: #115BEE;
}
.TagClassName
{
border-color: #115BEE;
}
</style>