Shades of Navy Blue #1155EF
Tints of Navy Blue #1155EF
RGB
CMYK
RGB Variations
Color information
#1155EF (or 0x1155EF) is known color: Navy Blue. HEX triplet: 11, 55 and EF. RGB value is (17,85,239). Sum of RGB (Red+Green+Blue) = 17+85+239=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #1155EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155EF is #EEAA10. Grayscale: #515151. Windows color (decimal): -15641105 or 15684881. OLE color: 15684881.
HSL color Cylindrical-coordinate representation of color #1155EF: hue angle of 221.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1155EF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 85 | 239 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.06 |
| HSL | 221.62º | 0.87% | 0.5% | - |
| HSV(B) | 221.62º | 0.93% | 0.94% | - |
| XYZ | 19.06 | 12.85 | 83.14 | - |
| YUV | 82.22 | 216.47 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 239 | 0.93 | 0.64 | 0 | 0.06 | 221.62 | 0.87 | 0.5 |
| Hex | 11 | 55 | EF | 5D | 40 | 0 | 6 | DE | 57 | 32 |
| Octal | 21 | 125 | 357 | 135 | 100 | 0 | 6 | 336 | 127 | 62 |
| Binary | 10001 | 1010101 | 11101111 | 1011101 | 1000000 | 0 | 110 | 11011110 | 1010111 | 110010 |
Color Harmonies of #1155EF
Complementary color
Monochromatic Colors of #1155EF
Black with #1155EF
Text Example
Text Example
White with #1155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155EF; }
p { color: rgb(17,85,239); }
H1.HeaderClassName
{
color: #1155EF;
}
.AnyTagClassName
{
color: #1155EF;
}
</style>
background-color css
<style>
a { background-color: #1155EF; }
a { background-color: rgb(17,85,239); }
div.DivClassName
{
background-color: #1155EF;
}
.BgClassName
{
background-color: #1155EF;
}
</style>
border-color css
<style>
span { border-color: #1155EF; }
span { border-color: rgb(17,85,239); }
td.TdClassName
{
border-color: #1155EF;
}
.TagClassName
{
border-color: #1155EF;
}
</style>