Shades of Persian Blue #1127C6
Tints of Persian Blue #1127C6
RGB
CMYK
RGB Variations
Color information
#1127C6 (or 0x1127C6) is known color: Persian Blue. HEX triplet: 11, 27 and C6. RGB value is (17,39,198). Sum of RGB (Red+Green+Blue) = 17+39+198=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 198 (77.73% from 255 or 77.95% from 254); Max value from RGB is 198 - color contains mainly: blue. Hex color #1127C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127C6 is #EED839. Grayscale: #313131. Windows color (decimal): -15652922 or 12986129. OLE color: 12986129.
HSL color Cylindrical-coordinate representation of color #1127C6: hue angle of 232.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1127C6 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 39 | 198 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.22 |
| HSL | 232.71º | 0.84% | 0.42% | - |
| HSV(B) | 232.71º | 0.91% | 0.78% | - |
| XYZ | 11.15 | 5.65 | 53.93 | - |
| YUV | 50.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 198 | 0.91 | 0.80 | 0 | 0.22 | 232.71 | 0.84 | 0.42 |
| Hex | 11 | 27 | C6 | 5B | 50 | 0 | 16 | E9 | 54 | 2A |
| Octal | 21 | 47 | 306 | 133 | 120 | 0 | 26 | 351 | 124 | 52 |
| Binary | 10001 | 100111 | 11000110 | 1011011 | 1010000 | 0 | 10110 | 11101001 | 1010100 | 101010 |
Color Harmonies of #1127C6
Complementary color
Monochromatic Colors of #1127C6
Black with #1127C6
Text Example
Text Example
White with #1127C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127C6; }
p { color: rgb(17,39,198); }
H1.HeaderClassName
{
color: #1127C6;
}
.AnyTagClassName
{
color: #1127C6;
}
</style>
background-color css
<style>
a { background-color: #1127C6; }
a { background-color: rgb(17,39,198); }
div.DivClassName
{
background-color: #1127C6;
}
.BgClassName
{
background-color: #1127C6;
}
</style>
border-color css
<style>
span { border-color: #1127C6; }
span { border-color: rgb(17,39,198); }
td.TdClassName
{
border-color: #1127C6;
}
.TagClassName
{
border-color: #1127C6;
}
</style>