Shades of Persian Blue #1125D0
Tints of Persian Blue #1125D0
RGB
CMYK
RGB Variations
Color information
#1125D0 (or 0x1125D0) is known color: Persian Blue. HEX triplet: 11, 25 and D0. RGB value is (17,37,208). Sum of RGB (Red+Green+Blue) = 17+37+208=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 208 (81.64% from 255 or 79.39% from 262); Max value from RGB is 208 - color contains mainly: blue. Hex color #1125D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125D0 is #EEDA2F. Grayscale: #313131. Windows color (decimal): -15653424 or 13640977. OLE color: 13640977.
HSL color Cylindrical-coordinate representation of color #1125D0: hue angle of 233.72º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1125D0 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 37 | 208 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.18 |
| HSL | 233.72º | 0.85% | 0.44% | - |
| HSV(B) | 233.72º | 0.92% | 0.82% | - |
| XYZ | 12.28 | 6 | 60.18 | - |
| YUV | 50.51 | 216.87 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 208 | 0.92 | 0.82 | 0 | 0.18 | 233.72 | 0.85 | 0.44 |
| Hex | 11 | 25 | D0 | 5C | 52 | 0 | 12 | EA | 55 | 2C |
| Octal | 21 | 45 | 320 | 134 | 122 | 0 | 22 | 352 | 125 | 54 |
| Binary | 10001 | 100101 | 11010000 | 1011100 | 1010010 | 0 | 10010 | 11101010 | 1010101 | 101100 |
Color Harmonies of #1125D0
Complementary color
Monochromatic Colors of #1125D0
Black with #1125D0
Text Example
Text Example
White with #1125D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125D0; }
p { color: rgb(17,37,208); }
H1.HeaderClassName
{
color: #1125D0;
}
.AnyTagClassName
{
color: #1125D0;
}
</style>
background-color css
<style>
a { background-color: #1125D0; }
a { background-color: rgb(17,37,208); }
div.DivClassName
{
background-color: #1125D0;
}
.BgClassName
{
background-color: #1125D0;
}
</style>
border-color css
<style>
span { border-color: #1125D0; }
span { border-color: rgb(17,37,208); }
td.TdClassName
{
border-color: #1125D0;
}
.TagClassName
{
border-color: #1125D0;
}
</style>