Shades of Persian Blue #1137EE
Tints of Persian Blue #1137EE
RGB
CMYK
RGB Variations
Color information
#1137EE (or 0x1137EE) is known color: Persian Blue. HEX triplet: 11, 37 and EE. RGB value is (17,55,238). Sum of RGB (Red+Green+Blue) = 17+55+238=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1137EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1137EE is #EEC811. Grayscale: #3F3F3F. Windows color (decimal): -15648786 or 15611665. OLE color: 15611665.
HSL color Cylindrical-coordinate representation of color #1137EE: hue angle of 229.68º 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 #1137EE is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 55 | 238 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.07 |
| HSL | 229.68º | 0.87% | 0.5% | - |
| HSV(B) | 229.68º | 0.93% | 0.93% | - |
| XYZ | 17.03 | 9.02 | 81.73 | - |
| YUV | 64.5 | 225.91 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 238 | 0.93 | 0.77 | 0 | 0.07 | 229.68 | 0.87 | 0.5 |
| Hex | 11 | 37 | EE | 5D | 4D | 0 | 7 | E6 | 57 | 32 |
| Octal | 21 | 67 | 356 | 135 | 115 | 0 | 7 | 346 | 127 | 62 |
| Binary | 10001 | 110111 | 11101110 | 1011101 | 1001101 | 0 | 111 | 11100110 | 1010111 | 110010 |
Color Harmonies of #1137EE
Complementary color
Monochromatic Colors of #1137EE
Black with #1137EE
Text Example
Text Example
White with #1137EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1137EE; }
p { color: rgb(17,55,238); }
H1.HeaderClassName
{
color: #1137EE;
}
.AnyTagClassName
{
color: #1137EE;
}
</style>
background-color css
<style>
a { background-color: #1137EE; }
a { background-color: rgb(17,55,238); }
div.DivClassName
{
background-color: #1137EE;
}
.BgClassName
{
background-color: #1137EE;
}
</style>
border-color css
<style>
span { border-color: #1137EE; }
span { border-color: rgb(17,55,238); }
td.TdClassName
{
border-color: #1137EE;
}
.TagClassName
{
border-color: #1137EE;
}
</style>