Shades of Persian Blue #1126DC
Tints of Persian Blue #1126DC
RGB
CMYK
RGB Variations
Color information
#1126DC (or 0x1126DC) is known color: Persian Blue. HEX triplet: 11, 26 and DC. RGB value is (17,38,220). Sum of RGB (Red+Green+Blue) = 17+38+220=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #1126DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126DC is #EED923. Grayscale: #333333. Windows color (decimal): -15653156 or 14427665. OLE color: 14427665.
HSL color Cylindrical-coordinate representation of color #1126DC: hue angle of 233.79º 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 #1126DC is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 38 | 220 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.14 |
| HSL | 233.79º | 0.86% | 0.46% | - |
| HSV(B) | 233.79º | 0.92% | 0.86% | - |
| XYZ | 13.84 | 6.67 | 68.27 | - |
| YUV | 52.47 | 222.54 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 220 | 0.92 | 0.83 | 0 | 0.14 | 233.79 | 0.86 | 0.46 |
| Hex | 11 | 26 | DC | 5C | 53 | 0 | E | EA | 56 | 2E |
| Octal | 21 | 46 | 334 | 134 | 123 | 0 | 16 | 352 | 126 | 56 |
| Binary | 10001 | 100110 | 11011100 | 1011100 | 1010011 | 0 | 1110 | 11101010 | 1010110 | 101110 |
Color Harmonies of #1126DC
Complementary color
Monochromatic Colors of #1126DC
Black with #1126DC
Text Example
Text Example
White with #1126DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1126DC; }
p { color: rgb(17,38,220); }
H1.HeaderClassName
{
color: #1126DC;
}
.AnyTagClassName
{
color: #1126DC;
}
</style>
background-color css
<style>
a { background-color: #1126DC; }
a { background-color: rgb(17,38,220); }
div.DivClassName
{
background-color: #1126DC;
}
.BgClassName
{
background-color: #1126DC;
}
</style>
border-color css
<style>
span { border-color: #1126DC; }
span { border-color: rgb(17,38,220); }
td.TdClassName
{
border-color: #1126DC;
}
.TagClassName
{
border-color: #1126DC;
}
</style>