Shades of Persian Blue #1128C6
Tints of Persian Blue #1128C6
RGB
CMYK
RGB Variations
Color information
#1128C6 (or 0x1128C6) is known color: Persian Blue. HEX triplet: 11, 28 and C6. RGB value is (17,40,198). Sum of RGB (Red+Green+Blue) = 17+40+198=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 198 (77.73% from 255 or 77.65% from 255); Max value from RGB is 198 - color contains mainly: blue. Hex color #1128C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128C6 is #EED739. Grayscale: #323232. Windows color (decimal): -15652666 or 12986385. OLE color: 12986385.
HSL color Cylindrical-coordinate representation of color #1128C6: hue angle of 232.38º 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 #1128C6 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 40 | 198 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.22 |
| HSL | 232.38º | 0.84% | 0.42% | - |
| HSV(B) | 232.38º | 0.91% | 0.78% | - |
| XYZ | 11.18 | 5.71 | 53.94 | - |
| YUV | 51.14 | 210.88 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 198 | 0.91 | 0.80 | 0 | 0.22 | 232.38 | 0.84 | 0.42 |
| Hex | 11 | 28 | C6 | 5B | 50 | 0 | 16 | E8 | 54 | 2A |
| Octal | 21 | 50 | 306 | 133 | 120 | 0 | 26 | 350 | 124 | 52 |
| Binary | 10001 | 101000 | 11000110 | 1011011 | 1010000 | 0 | 10110 | 11101000 | 1010100 | 101010 |
Color Harmonies of #1128C6
Complementary color
Monochromatic Colors of #1128C6
Black with #1128C6
Text Example
Text Example
White with #1128C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128C6; }
p { color: rgb(17,40,198); }
H1.HeaderClassName
{
color: #1128C6;
}
.AnyTagClassName
{
color: #1128C6;
}
</style>
background-color css
<style>
a { background-color: #1128C6; }
a { background-color: rgb(17,40,198); }
div.DivClassName
{
background-color: #1128C6;
}
.BgClassName
{
background-color: #1128C6;
}
</style>
border-color css
<style>
span { border-color: #1128C6; }
span { border-color: rgb(17,40,198); }
td.TdClassName
{
border-color: #1128C6;
}
.TagClassName
{
border-color: #1128C6;
}
</style>