Shades of Persian Blue #1146EE
Tints of Persian Blue #1146EE
RGB
CMYK
RGB Variations
Color information
#1146EE (or 0x1146EE) is known color: Persian Blue. HEX triplet: 11, 46 and EE. RGB value is (17,70,238). Sum of RGB (Red+Green+Blue) = 17+70+238=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #1146EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1146EE is #EEB911. Grayscale: #484848. Windows color (decimal): -15644946 or 15615505. OLE color: 15615505.
HSL color Cylindrical-coordinate representation of color #1146EE: hue angle of 225.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1146EE is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 70 | 238 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.07 |
| HSL | 225.61º | 0.87% | 0.5% | - |
| HSV(B) | 225.61º | 0.93% | 0.93% | - |
| XYZ | 17.85 | 10.67 | 82.01 | - |
| YUV | 73.31 | 220.94 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 238 | 0.93 | 0.71 | 0 | 0.07 | 225.61 | 0.87 | 0.5 |
| Hex | 11 | 46 | EE | 5D | 47 | 0 | 7 | E2 | 57 | 32 |
| Octal | 21 | 106 | 356 | 135 | 107 | 0 | 7 | 342 | 127 | 62 |
| Binary | 10001 | 1000110 | 11101110 | 1011101 | 1000111 | 0 | 111 | 11100010 | 1010111 | 110010 |
Color Harmonies of #1146EE
Complementary color
Monochromatic Colors of #1146EE
Black with #1146EE
Text Example
Text Example
White with #1146EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146EE; }
p { color: rgb(17,70,238); }
H1.HeaderClassName
{
color: #1146EE;
}
.AnyTagClassName
{
color: #1146EE;
}
</style>
background-color css
<style>
a { background-color: #1146EE; }
a { background-color: rgb(17,70,238); }
div.DivClassName
{
background-color: #1146EE;
}
.BgClassName
{
background-color: #1146EE;
}
</style>
border-color css
<style>
span { border-color: #1146EE; }
span { border-color: rgb(17,70,238); }
td.TdClassName
{
border-color: #1146EE;
}
.TagClassName
{
border-color: #1146EE;
}
</style>