Shades of Navy Blue #1156FE
Tints of Navy Blue #1156FE
RGB
CMYK
RGB Variations
Color information
#1156FE (or 0x1156FE) is known color: Navy Blue. HEX triplet: 11, 56 and FE. RGB value is (17,86,254). Sum of RGB (Red+Green+Blue) = 17+86+254=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #1156FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1156FE is #EEA901. Grayscale: #535353. Windows color (decimal): -15640834 or 16668177. OLE color: 16668177.
HSL color Cylindrical-coordinate representation of color #1156FE: hue angle of 222.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1156FE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 86 | 254 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.00 |
| HSL | 222.53º | 0.99% | 0.53% | - |
| HSV(B) | 222.53º | 0.93% | 1% | - |
| XYZ | 21.45 | 13.93 | 95.32 | - |
| YUV | 84.52 | 223.64 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 254 | 0.93 | 0.66 | 0 | 0.00 | 222.53 | 0.99 | 0.53 |
| Hex | 11 | 56 | FE | 5D | 42 | 0 | 0 | DF | 63 | 35 |
| Octal | 21 | 126 | 376 | 135 | 102 | 0 | 0 | 337 | 143 | 65 |
| Binary | 10001 | 1010110 | 11111110 | 1011101 | 1000010 | 0 | 0 | 11011111 | 1100011 | 110101 |
Color Harmonies of #1156FE
Complementary color
Monochromatic Colors of #1156FE
Black with #1156FE
Text Example
Text Example
White with #1156FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1156FE; }
p { color: rgb(17,86,254); }
H1.HeaderClassName
{
color: #1156FE;
}
.AnyTagClassName
{
color: #1156FE;
}
</style>
background-color css
<style>
a { background-color: #1156FE; }
a { background-color: rgb(17,86,254); }
div.DivClassName
{
background-color: #1156FE;
}
.BgClassName
{
background-color: #1156FE;
}
</style>
border-color css
<style>
span { border-color: #1156FE; }
span { border-color: rgb(17,86,254); }
td.TdClassName
{
border-color: #1156FE;
}
.TagClassName
{
border-color: #1156FE;
}
</style>