Shades of Persian Blue #1122BE
Tints of Persian Blue #1122BE
RGB
CMYK
RGB Variations
Color information
#1122BE (or 0x1122BE) is known color: Persian Blue. HEX triplet: 11, 22 and BE. RGB value is (17,34,190). Sum of RGB (Red+Green+Blue) = 17+34+190=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #1122BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122BE is #EEDD41. Grayscale: #2E2E2E. Windows color (decimal): -15654210 or 12460561. OLE color: 12460561.
HSL color Cylindrical-coordinate representation of color #1122BE: hue angle of 234.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1122BE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 34 | 190 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.25 |
| HSL | 234.1º | 0.84% | 0.41% | - |
| HSV(B) | 234.1º | 0.91% | 0.75% | - |
| XYZ | 10.1 | 4.98 | 49.14 | - |
| YUV | 46.7 | 208.87 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 190 | 0.91 | 0.82 | 0 | 0.25 | 234.1 | 0.84 | 0.41 |
| Hex | 11 | 22 | BE | 5B | 52 | 0 | 19 | EA | 54 | 29 |
| Octal | 21 | 42 | 276 | 133 | 122 | 0 | 31 | 352 | 124 | 51 |
| Binary | 10001 | 100010 | 10111110 | 1011011 | 1010010 | 0 | 11001 | 11101010 | 1010100 | 101001 |
Color Harmonies of #1122BE
Complementary color
Monochromatic Colors of #1122BE
Black with #1122BE
Text Example
Text Example
White with #1122BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122BE; }
p { color: rgb(17,34,190); }
H1.HeaderClassName
{
color: #1122BE;
}
.AnyTagClassName
{
color: #1122BE;
}
</style>
background-color css
<style>
a { background-color: #1122BE; }
a { background-color: rgb(17,34,190); }
div.DivClassName
{
background-color: #1122BE;
}
.BgClassName
{
background-color: #1122BE;
}
</style>
border-color css
<style>
span { border-color: #1122BE; }
span { border-color: rgb(17,34,190); }
td.TdClassName
{
border-color: #1122BE;
}
.TagClassName
{
border-color: #1122BE;
}
</style>