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