Shades of Persian Blue #1121C6
Tints of Persian Blue #1121C6
RGB
CMYK
RGB Variations
Color information
#1121C6 (or 0x1121C6) is known color: Persian Blue. HEX triplet: 11, 21 and C6. RGB value is (17,33,198). Sum of RGB (Red+Green+Blue) = 17+33+198=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 198 (77.73% from 255 or 79.84% from 248); Max value from RGB is 198 - color contains mainly: blue. Hex color #1121C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121C6 is #EEDE39. Grayscale: #2E2E2E. Windows color (decimal): -15654458 or 12984593. OLE color: 12984593.
HSL color Cylindrical-coordinate representation of color #1121C6: hue angle of 234.7º 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 #1121C6 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 33 | 198 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.22 |
| HSL | 234.7º | 0.84% | 0.42% | - |
| HSV(B) | 234.7º | 0.91% | 0.78% | - |
| XYZ | 10.97 | 5.28 | 53.87 | - |
| YUV | 47.03 | 213.2 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 198 | 0.91 | 0.83 | 0 | 0.22 | 234.7 | 0.84 | 0.42 |
| Hex | 11 | 21 | C6 | 5B | 53 | 0 | 16 | EB | 54 | 2A |
| Octal | 21 | 41 | 306 | 133 | 123 | 0 | 26 | 353 | 124 | 52 |
| Binary | 10001 | 100001 | 11000110 | 1011011 | 1010011 | 0 | 10110 | 11101011 | 1010100 | 101010 |
Color Harmonies of #1121C6
Complementary color
Monochromatic Colors of #1121C6
Black with #1121C6
Text Example
Text Example
White with #1121C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121C6; }
p { color: rgb(17,33,198); }
H1.HeaderClassName
{
color: #1121C6;
}
.AnyTagClassName
{
color: #1121C6;
}
</style>
background-color css
<style>
a { background-color: #1121C6; }
a { background-color: rgb(17,33,198); }
div.DivClassName
{
background-color: #1121C6;
}
.BgClassName
{
background-color: #1121C6;
}
</style>
border-color css
<style>
span { border-color: #1121C6; }
span { border-color: rgb(17,33,198); }
td.TdClassName
{
border-color: #1121C6;
}
.TagClassName
{
border-color: #1121C6;
}
</style>