Shades of Blue #1136FE
Tints of Blue #1136FE
RGB
CMYK
RGB Variations
Color information
#1136FE (or 0x1136FE) is known color: Blue. HEX triplet: 11, 36 and FE. RGB value is (17,54,254). Sum of RGB (Red+Green+Blue) = 17+54+254=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #1136FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1136FE is #EEC901. Grayscale: #404040. Windows color (decimal): -15649026 or 16659985. OLE color: 16659985.
HSL color Cylindrical-coordinate representation of color #1136FE: hue angle of 230.63º 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 #1136FE is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 54 | 254 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.00 |
| HSL | 230.63º | 0.99% | 0.53% | - |
| HSV(B) | 230.63º | 0.93% | 1% | - |
| XYZ | 19.44 | 9.91 | 94.65 | - |
| YUV | 65.74 | 234.24 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 254 | 0.93 | 0.79 | 0 | 0.00 | 230.63 | 0.99 | 0.53 |
| Hex | 11 | 36 | FE | 5D | 4F | 0 | 0 | E7 | 63 | 35 |
| Octal | 21 | 66 | 376 | 135 | 117 | 0 | 0 | 347 | 143 | 65 |
| Binary | 10001 | 110110 | 11111110 | 1011101 | 1001111 | 0 | 0 | 11100111 | 1100011 | 110101 |
Color Harmonies of #1136FE
Complementary color
Monochromatic Colors of #1136FE
Black with #1136FE
Text Example
Text Example
White with #1136FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136FE; }
p { color: rgb(17,54,254); }
H1.HeaderClassName
{
color: #1136FE;
}
.AnyTagClassName
{
color: #1136FE;
}
</style>
background-color css
<style>
a { background-color: #1136FE; }
a { background-color: rgb(17,54,254); }
div.DivClassName
{
background-color: #1136FE;
}
.BgClassName
{
background-color: #1136FE;
}
</style>
border-color css
<style>
span { border-color: #1136FE; }
span { border-color: rgb(17,54,254); }
td.TdClassName
{
border-color: #1136FE;
}
.TagClassName
{
border-color: #1136FE;
}
</style>