Shades of Navy Blue #1155EB
Tints of Navy Blue #1155EB
RGB
CMYK
RGB Variations
Color information
#1155EB (or 0x1155EB) is known color: Navy Blue. HEX triplet: 11, 55 and EB. RGB value is (17,85,235). Sum of RGB (Red+Green+Blue) = 17+85+235=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #1155EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155EB is #EEAA14. Grayscale: #515151. Windows color (decimal): -15641109 or 15422737. OLE color: 15422737.
HSL color Cylindrical-coordinate representation of color #1155EB: hue angle of 221.28º 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 #1155EB is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 85 | 235 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.08 |
| HSL | 221.28º | 0.87% | 0.49% | - |
| HSV(B) | 221.28º | 0.93% | 0.92% | - |
| XYZ | 18.48 | 12.61 | 80.06 | - |
| YUV | 81.77 | 214.47 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 235 | 0.93 | 0.64 | 0 | 0.08 | 221.28 | 0.87 | 0.49 |
| Hex | 11 | 55 | EB | 5D | 40 | 0 | 8 | DD | 57 | 31 |
| Octal | 21 | 125 | 353 | 135 | 100 | 0 | 10 | 335 | 127 | 61 |
| Binary | 10001 | 1010101 | 11101011 | 1011101 | 1000000 | 0 | 1000 | 11011101 | 1010111 | 110001 |
Color Harmonies of #1155EB
Complementary color
Monochromatic Colors of #1155EB
Black with #1155EB
Text Example
Text Example
White with #1155EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155EB; }
p { color: rgb(17,85,235); }
H1.HeaderClassName
{
color: #1155EB;
}
.AnyTagClassName
{
color: #1155EB;
}
</style>
background-color css
<style>
a { background-color: #1155EB; }
a { background-color: rgb(17,85,235); }
div.DivClassName
{
background-color: #1155EB;
}
.BgClassName
{
background-color: #1155EB;
}
</style>
border-color css
<style>
span { border-color: #1155EB; }
span { border-color: rgb(17,85,235); }
td.TdClassName
{
border-color: #1155EB;
}
.TagClassName
{
border-color: #1155EB;
}
</style>