Shades of Persian Blue #1123BA
Tints of Persian Blue #1123BA
RGB
CMYK
RGB Variations
Color information
#1123BA (or 0x1123BA) is known color: Persian Blue. HEX triplet: 11, 23 and BA. RGB value is (17,35,186). Sum of RGB (Red+Green+Blue) = 17+35+186=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #1123BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1123BA is #EEDC45. Grayscale: #2E2E2E. Windows color (decimal): -15653958 or 12198673. OLE color: 12198673.
HSL color Cylindrical-coordinate representation of color #1123BA: hue angle of 233.61º 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 #1123BA is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 35 | 186 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.27 |
| HSL | 233.61º | 0.83% | 0.4% | - |
| HSV(B) | 233.61º | 0.91% | 0.73% | - |
| XYZ | 9.7 | 4.87 | 46.88 | - |
| YUV | 46.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 186 | 0.91 | 0.81 | 0 | 0.27 | 233.61 | 0.83 | 0.4 |
| Hex | 11 | 23 | BA | 5B | 51 | 0 | 1B | EA | 53 | 28 |
| Octal | 21 | 43 | 272 | 133 | 121 | 0 | 33 | 352 | 123 | 50 |
| Binary | 10001 | 100011 | 10111010 | 1011011 | 1010001 | 0 | 11011 | 11101010 | 1010011 | 101000 |
Color Harmonies of #1123BA
Complementary color
Monochromatic Colors of #1123BA
Black with #1123BA
Text Example
Text Example
White with #1123BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1123BA; }
p { color: rgb(17,35,186); }
H1.HeaderClassName
{
color: #1123BA;
}
.AnyTagClassName
{
color: #1123BA;
}
</style>
background-color css
<style>
a { background-color: #1123BA; }
a { background-color: rgb(17,35,186); }
div.DivClassName
{
background-color: #1123BA;
}
.BgClassName
{
background-color: #1123BA;
}
</style>
border-color css
<style>
span { border-color: #1123BA; }
span { border-color: rgb(17,35,186); }
td.TdClassName
{
border-color: #1123BA;
}
.TagClassName
{
border-color: #1123BA;
}
</style>