Shades of Persian Blue #1122CB
Tints of Persian Blue #1122CB
RGB
CMYK
RGB Variations
Color information
#1122CB (or 0x1122CB) is known color: Persian Blue. HEX triplet: 11, 22 and CB. RGB value is (17,34,203). Sum of RGB (Red+Green+Blue) = 17+34+203=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #1122CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122CB is #EEDD34. Grayscale: #2F2F2F. Windows color (decimal): -15654197 or 13312529. OLE color: 13312529.
HSL color Cylindrical-coordinate representation of color #1122CB: hue angle of 234.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1122CB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 34 | 203 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.20 |
| HSL | 234.52º | 0.85% | 0.43% | - |
| HSV(B) | 234.52º | 0.92% | 0.8% | - |
| XYZ | 11.58 | 5.58 | 56.97 | - |
| YUV | 48.18 | 215.37 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 203 | 0.92 | 0.83 | 0 | 0.20 | 234.52 | 0.85 | 0.43 |
| Hex | 11 | 22 | CB | 5C | 53 | 0 | 14 | EB | 55 | 2B |
| Octal | 21 | 42 | 313 | 134 | 123 | 0 | 24 | 353 | 125 | 53 |
| Binary | 10001 | 100010 | 11001011 | 1011100 | 1010011 | 0 | 10100 | 11101011 | 1010101 | 101011 |
Color Harmonies of #1122CB
Complementary color
Monochromatic Colors of #1122CB
Black with #1122CB
Text Example
Text Example
White with #1122CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122CB; }
p { color: rgb(17,34,203); }
H1.HeaderClassName
{
color: #1122CB;
}
.AnyTagClassName
{
color: #1122CB;
}
</style>
background-color css
<style>
a { background-color: #1122CB; }
a { background-color: rgb(17,34,203); }
div.DivClassName
{
background-color: #1122CB;
}
.BgClassName
{
background-color: #1122CB;
}
</style>
border-color css
<style>
span { border-color: #1122CB; }
span { border-color: rgb(17,34,203); }
td.TdClassName
{
border-color: #1122CB;
}
.TagClassName
{
border-color: #1122CB;
}
</style>