Shades of Persian Blue #1127BE
Tints of Persian Blue #1127BE
RGB
CMYK
RGB Variations
Color information
#1127BE (or 0x1127BE) is known color: Persian Blue. HEX triplet: 11, 27 and BE. RGB value is (17,39,190). Sum of RGB (Red+Green+Blue) = 17+39+190=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1127BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127BE is #EED841. Grayscale: #313131. Windows color (decimal): -15652930 or 12461841. OLE color: 12461841.
HSL color Cylindrical-coordinate representation of color #1127BE: hue angle of 232.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1127BE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 39 | 190 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.25 |
| HSL | 232.37º | 0.84% | 0.41% | - |
| HSV(B) | 232.37º | 0.91% | 0.75% | - |
| XYZ | 10.25 | 5.29 | 49.2 | - |
| YUV | 49.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 190 | 0.91 | 0.79 | 0 | 0.25 | 232.37 | 0.84 | 0.41 |
| Hex | 11 | 27 | BE | 5B | 4F | 0 | 19 | E8 | 54 | 29 |
| Octal | 21 | 47 | 276 | 133 | 117 | 0 | 31 | 350 | 124 | 51 |
| Binary | 10001 | 100111 | 10111110 | 1011011 | 1001111 | 0 | 11001 | 11101000 | 1010100 | 101001 |
Color Harmonies of #1127BE
Complementary color
Monochromatic Colors of #1127BE
Black with #1127BE
Text Example
Text Example
White with #1127BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127BE; }
p { color: rgb(17,39,190); }
H1.HeaderClassName
{
color: #1127BE;
}
.AnyTagClassName
{
color: #1127BE;
}
</style>
background-color css
<style>
a { background-color: #1127BE; }
a { background-color: rgb(17,39,190); }
div.DivClassName
{
background-color: #1127BE;
}
.BgClassName
{
background-color: #1127BE;
}
</style>
border-color css
<style>
span { border-color: #1127BE; }
span { border-color: rgb(17,39,190); }
td.TdClassName
{
border-color: #1127BE;
}
.TagClassName
{
border-color: #1127BE;
}
</style>