Shades of Persian Blue #1125C0
Tints of Persian Blue #1125C0
RGB
CMYK
RGB Variations
Color information
#1125C0 (or 0x1125C0) is known color: Persian Blue. HEX triplet: 11, 25 and C0. RGB value is (17,37,192). Sum of RGB (Red+Green+Blue) = 17+37+192=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 192 (75.39% from 255 or 78.05% from 246); Max value from RGB is 192 - color contains mainly: blue. Hex color #1125C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125C0 is #EEDA3F. Grayscale: #303030. Windows color (decimal): -15653440 or 12592401. OLE color: 12592401.
HSL color Cylindrical-coordinate representation of color #1125C0: hue angle of 233.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1125C0 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 37 | 192 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.25 |
| HSL | 233.14º | 0.84% | 0.41% | - |
| HSV(B) | 233.14º | 0.91% | 0.75% | - |
| XYZ | 10.41 | 5.25 | 50.33 | - |
| YUV | 48.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 192 | 0.91 | 0.81 | 0 | 0.25 | 233.14 | 0.84 | 0.41 |
| Hex | 11 | 25 | C0 | 5B | 51 | 0 | 19 | E9 | 54 | 29 |
| Octal | 21 | 45 | 300 | 133 | 121 | 0 | 31 | 351 | 124 | 51 |
| Binary | 10001 | 100101 | 11000000 | 1011011 | 1010001 | 0 | 11001 | 11101001 | 1010100 | 101001 |
Color Harmonies of #1125C0
Complementary color
Monochromatic Colors of #1125C0
Black with #1125C0
Text Example
Text Example
White with #1125C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125C0; }
p { color: rgb(17,37,192); }
H1.HeaderClassName
{
color: #1125C0;
}
.AnyTagClassName
{
color: #1125C0;
}
</style>
background-color css
<style>
a { background-color: #1125C0; }
a { background-color: rgb(17,37,192); }
div.DivClassName
{
background-color: #1125C0;
}
.BgClassName
{
background-color: #1125C0;
}
</style>
border-color css
<style>
span { border-color: #1125C0; }
span { border-color: rgb(17,37,192); }
td.TdClassName
{
border-color: #1125C0;
}
.TagClassName
{
border-color: #1125C0;
}
</style>