Shades of Persian Blue #1122CF
Tints of Persian Blue #1122CF
RGB
CMYK
RGB Variations
Color information
#1122CF (or 0x1122CF) is known color: Persian Blue. HEX triplet: 11, 22 and CF. RGB value is (17,34,207). Sum of RGB (Red+Green+Blue) = 17+34+207=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #1122CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122CF is #EEDD30. Grayscale: #2F2F2F. Windows color (decimal): -15654193 or 13574673. OLE color: 13574673.
HSL color Cylindrical-coordinate representation of color #1122CF: hue angle of 234.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1122CF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 34 | 207 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.19 |
| HSL | 234.63º | 0.85% | 0.44% | - |
| HSV(B) | 234.63º | 0.92% | 0.81% | - |
| XYZ | 12.07 | 5.77 | 59.51 | - |
| YUV | 48.64 | 217.37 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 207 | 0.92 | 0.84 | 0 | 0.19 | 234.63 | 0.85 | 0.44 |
| Hex | 11 | 22 | CF | 5C | 54 | 0 | 13 | EB | 55 | 2C |
| Octal | 21 | 42 | 317 | 134 | 124 | 0 | 23 | 353 | 125 | 54 |
| Binary | 10001 | 100010 | 11001111 | 1011100 | 1010100 | 0 | 10011 | 11101011 | 1010101 | 101100 |
Color Harmonies of #1122CF
Complementary color
Monochromatic Colors of #1122CF
Black with #1122CF
Text Example
Text Example
White with #1122CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122CF; }
p { color: rgb(17,34,207); }
H1.HeaderClassName
{
color: #1122CF;
}
.AnyTagClassName
{
color: #1122CF;
}
</style>
background-color css
<style>
a { background-color: #1122CF; }
a { background-color: rgb(17,34,207); }
div.DivClassName
{
background-color: #1122CF;
}
.BgClassName
{
background-color: #1122CF;
}
</style>
border-color css
<style>
span { border-color: #1122CF; }
span { border-color: rgb(17,34,207); }
td.TdClassName
{
border-color: #1122CF;
}
.TagClassName
{
border-color: #1122CF;
}
</style>