Shades of Persian Blue #1124BB
Tints of Persian Blue #1124BB
RGB
CMYK
RGB Variations
Color information
#1124BB (or 0x1124BB) is known color: Persian Blue. HEX triplet: 11, 24 and BB. RGB value is (17,36,187). Sum of RGB (Red+Green+Blue) = 17+36+187=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1124BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BB is #EEDB44. Grayscale: #2E2E2E. Windows color (decimal): -15653701 or 12264465. OLE color: 12264465.
HSL color Cylindrical-coordinate representation of color #1124BB: hue angle of 233.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1124BB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 36 | 187 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.27 |
| HSL | 233.29º | 0.83% | 0.4% | - |
| HSV(B) | 233.29º | 0.91% | 0.73% | - |
| XYZ | 9.83 | 4.97 | 47.45 | - |
| YUV | 47.53 | 206.71 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 187 | 0.91 | 0.81 | 0 | 0.27 | 233.29 | 0.83 | 0.4 |
| Hex | 11 | 24 | BB | 5B | 51 | 0 | 1B | E9 | 53 | 28 |
| Octal | 21 | 44 | 273 | 133 | 121 | 0 | 33 | 351 | 123 | 50 |
| Binary | 10001 | 100100 | 10111011 | 1011011 | 1010001 | 0 | 11011 | 11101001 | 1010011 | 101000 |
Color Harmonies of #1124BB
Complementary color
Monochromatic Colors of #1124BB
Black with #1124BB
Text Example
Text Example
White with #1124BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124BB; }
p { color: rgb(17,36,187); }
H1.HeaderClassName
{
color: #1124BB;
}
.AnyTagClassName
{
color: #1124BB;
}
</style>
background-color css
<style>
a { background-color: #1124BB; }
a { background-color: rgb(17,36,187); }
div.DivClassName
{
background-color: #1124BB;
}
.BgClassName
{
background-color: #1124BB;
}
</style>
border-color css
<style>
span { border-color: #1124BB; }
span { border-color: rgb(17,36,187); }
td.TdClassName
{
border-color: #1124BB;
}
.TagClassName
{
border-color: #1124BB;
}
</style>