Shades of Persian Blue #1127DC
Tints of Persian Blue #1127DC
RGB
CMYK
RGB Variations
Color information
#1127DC (or 0x1127DC) is known color: Persian Blue. HEX triplet: 11, 27 and DC. RGB value is (17,39,220). Sum of RGB (Red+Green+Blue) = 17+39+220=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #1127DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127DC is #EED823. Grayscale: #343434. Windows color (decimal): -15652900 or 14427921. OLE color: 14427921.
HSL color Cylindrical-coordinate representation of color #1127DC: hue angle of 233.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1127DC is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 39 | 220 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.14 |
| HSL | 233.5º | 0.86% | 0.46% | - |
| HSV(B) | 233.5º | 0.92% | 0.86% | - |
| XYZ | 13.87 | 6.74 | 68.28 | - |
| YUV | 53.06 | 222.21 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 220 | 0.92 | 0.82 | 0 | 0.14 | 233.5 | 0.86 | 0.46 |
| Hex | 11 | 27 | DC | 5C | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 21 | 47 | 334 | 134 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10001 | 100111 | 11011100 | 1011100 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1127DC
Complementary color
Monochromatic Colors of #1127DC
Black with #1127DC
Text Example
Text Example
White with #1127DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127DC; }
p { color: rgb(17,39,220); }
H1.HeaderClassName
{
color: #1127DC;
}
.AnyTagClassName
{
color: #1127DC;
}
</style>
background-color css
<style>
a { background-color: #1127DC; }
a { background-color: rgb(17,39,220); }
div.DivClassName
{
background-color: #1127DC;
}
.BgClassName
{
background-color: #1127DC;
}
</style>
border-color css
<style>
span { border-color: #1127DC; }
span { border-color: rgb(17,39,220); }
td.TdClassName
{
border-color: #1127DC;
}
.TagClassName
{
border-color: #1127DC;
}
</style>