Shades of Persian Blue #1133B5
Tints of Persian Blue #1133B5
RGB
CMYK
RGB Variations
Color information
#1133B5 (or 0x1133B5) is known color: Persian Blue. HEX triplet: 11, 33 and B5. RGB value is (17,51,181). Sum of RGB (Red+Green+Blue) = 17+51+181=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #1133B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1133B5 is #EECC4A. Grayscale: #373737. Windows color (decimal): -15649867 or 11875089. OLE color: 11875089.
HSL color Cylindrical-coordinate representation of color #1133B5: hue angle of 227.56º 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 #1133B5 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 51 | 181 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.29 |
| HSL | 227.56º | 0.83% | 0.39% | - |
| HSV(B) | 227.56º | 0.91% | 0.71% | - |
| XYZ | 9.76 | 5.82 | 44.33 | - |
| YUV | 55.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 181 | 0.91 | 0.72 | 0 | 0.29 | 227.56 | 0.83 | 0.39 |
| Hex | 11 | 33 | B5 | 5B | 48 | 0 | 1D | E4 | 53 | 27 |
| Octal | 21 | 63 | 265 | 133 | 110 | 0 | 35 | 344 | 123 | 47 |
| Binary | 10001 | 110011 | 10110101 | 1011011 | 1001000 | 0 | 11101 | 11100100 | 1010011 | 100111 |
Color Harmonies of #1133B5
Complementary color
Monochromatic Colors of #1133B5
Black with #1133B5
Text Example
Text Example
White with #1133B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1133B5; }
p { color: rgb(17,51,181); }
H1.HeaderClassName
{
color: #1133B5;
}
.AnyTagClassName
{
color: #1133B5;
}
</style>
background-color css
<style>
a { background-color: #1133B5; }
a { background-color: rgb(17,51,181); }
div.DivClassName
{
background-color: #1133B5;
}
.BgClassName
{
background-color: #1133B5;
}
</style>
border-color css
<style>
span { border-color: #1133B5; }
span { border-color: rgb(17,51,181); }
td.TdClassName
{
border-color: #1133B5;
}
.TagClassName
{
border-color: #1133B5;
}
</style>