Shades of Navy Blue #115CEB
Tints of Navy Blue #115CEB
RGB
CMYK
RGB Variations
Color information
#115CEB (or 0x115CEB) is known color: Navy Blue. HEX triplet: 11, 5C and EB. RGB value is (17,92,235). Sum of RGB (Red+Green+Blue) = 17+92+235=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #115CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CEB is #EEA314. Grayscale: #555555. Windows color (decimal): -15639317 or 15424529. OLE color: 15424529.
HSL color Cylindrical-coordinate representation of color #115CEB: hue angle of 219.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CEB is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 92 | 235 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.08 |
| HSL | 219.36º | 0.87% | 0.49% | - |
| HSV(B) | 219.36º | 0.93% | 0.92% | - |
| XYZ | 19.05 | 13.77 | 80.25 | - |
| YUV | 85.88 | 212.15 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 235 | 0.93 | 0.61 | 0 | 0.08 | 219.36 | 0.87 | 0.49 |
| Hex | 11 | 5C | EB | 5D | 3D | 0 | 8 | DB | 57 | 31 |
| Octal | 21 | 134 | 353 | 135 | 75 | 0 | 10 | 333 | 127 | 61 |
| Binary | 10001 | 1011100 | 11101011 | 1011101 | 111101 | 0 | 1000 | 11011011 | 1010111 | 110001 |
Color Harmonies of #115CEB
Complementary color
Monochromatic Colors of #115CEB
Black with #115CEB
Text Example
Text Example
White with #115CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CEB; }
p { color: rgb(17,92,235); }
H1.HeaderClassName
{
color: #115CEB;
}
.AnyTagClassName
{
color: #115CEB;
}
</style>
background-color css
<style>
a { background-color: #115CEB; }
a { background-color: rgb(17,92,235); }
div.DivClassName
{
background-color: #115CEB;
}
.BgClassName
{
background-color: #115CEB;
}
</style>
border-color css
<style>
span { border-color: #115CEB; }
span { border-color: rgb(17,92,235); }
td.TdClassName
{
border-color: #115CEB;
}
.TagClassName
{
border-color: #115CEB;
}
</style>