Shades of Persian Blue #1133B6
Tints of Persian Blue #1133B6
RGB
CMYK
RGB Variations
Color information
#1133B6 (or 0x1133B6) is known color: Persian Blue. HEX triplet: 11, 33 and B6. RGB value is (17,51,182). Sum of RGB (Red+Green+Blue) = 17+51+182=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #1133B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1133B6 is #EECC49. Grayscale: #373737. Windows color (decimal): -15649866 or 11940625. OLE color: 11940625.
HSL color Cylindrical-coordinate representation of color #1133B6: hue angle of 227.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1133B6 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 51 | 182 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.29 |
| HSL | 227.64º | 0.83% | 0.39% | - |
| HSV(B) | 227.64º | 0.91% | 0.71% | - |
| XYZ | 9.86 | 5.86 | 44.87 | - |
| YUV | 55.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 182 | 0.91 | 0.72 | 0 | 0.29 | 227.64 | 0.83 | 0.39 |
| Hex | 11 | 33 | B6 | 5B | 48 | 0 | 1D | E4 | 53 | 27 |
| Octal | 21 | 63 | 266 | 133 | 110 | 0 | 35 | 344 | 123 | 47 |
| Binary | 10001 | 110011 | 10110110 | 1011011 | 1001000 | 0 | 11101 | 11100100 | 1010011 | 100111 |
Color Harmonies of #1133B6
Complementary color
Monochromatic Colors of #1133B6
Black with #1133B6
Text Example
Text Example
White with #1133B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1133B6; }
p { color: rgb(17,51,182); }
H1.HeaderClassName
{
color: #1133B6;
}
.AnyTagClassName
{
color: #1133B6;
}
</style>
background-color css
<style>
a { background-color: #1133B6; }
a { background-color: rgb(17,51,182); }
div.DivClassName
{
background-color: #1133B6;
}
.BgClassName
{
background-color: #1133B6;
}
</style>
border-color css
<style>
span { border-color: #1133B6; }
span { border-color: rgb(17,51,182); }
td.TdClassName
{
border-color: #1133B6;
}
.TagClassName
{
border-color: #1133B6;
}
</style>