Shades of Persian Blue #1128DC
Tints of Persian Blue #1128DC
RGB
CMYK
RGB Variations
Color information
#1128DC (or 0x1128DC) is known color: Persian Blue. HEX triplet: 11, 28 and DC. RGB value is (17,40,220). Sum of RGB (Red+Green+Blue) = 17+40+220=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #1128DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128DC is #EED723. Grayscale: #343434. Windows color (decimal): -15652644 or 14428177. OLE color: 14428177.
HSL color Cylindrical-coordinate representation of color #1128DC: hue angle of 233.2º 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 #1128DC is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 40 | 220 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.14 |
| HSL | 233.2º | 0.86% | 0.46% | - |
| HSV(B) | 233.2º | 0.92% | 0.86% | - |
| XYZ | 13.91 | 6.8 | 68.29 | - |
| YUV | 53.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 220 | 0.92 | 0.82 | 0 | 0.14 | 233.2 | 0.86 | 0.46 |
| Hex | 11 | 28 | DC | 5C | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 21 | 50 | 334 | 134 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10001 | 101000 | 11011100 | 1011100 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1128DC
Complementary color
Monochromatic Colors of #1128DC
Black with #1128DC
Text Example
Text Example
White with #1128DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128DC; }
p { color: rgb(17,40,220); }
H1.HeaderClassName
{
color: #1128DC;
}
.AnyTagClassName
{
color: #1128DC;
}
</style>
background-color css
<style>
a { background-color: #1128DC; }
a { background-color: rgb(17,40,220); }
div.DivClassName
{
background-color: #1128DC;
}
.BgClassName
{
background-color: #1128DC;
}
</style>
border-color css
<style>
span { border-color: #1128DC; }
span { border-color: rgb(17,40,220); }
td.TdClassName
{
border-color: #1128DC;
}
.TagClassName
{
border-color: #1128DC;
}
</style>