Shades of Persian Blue #1125CF
Tints of Persian Blue #1125CF
RGB
CMYK
RGB Variations
Color information
#1125CF (or 0x1125CF) is known color: Persian Blue. HEX triplet: 11, 25 and CF. RGB value is (17,37,207). Sum of RGB (Red+Green+Blue) = 17+37+207=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #1125CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125CF is #EEDA30. Grayscale: #313131. Windows color (decimal): -15653425 or 13575441. OLE color: 13575441.
HSL color Cylindrical-coordinate representation of color #1125CF: hue angle of 233.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1125CF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 37 | 207 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.19 |
| HSL | 233.68º | 0.85% | 0.44% | - |
| HSV(B) | 233.68º | 0.92% | 0.81% | - |
| XYZ | 12.16 | 5.95 | 59.54 | - |
| YUV | 50.4 | 216.37 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 207 | 0.92 | 0.82 | 0 | 0.19 | 233.68 | 0.85 | 0.44 |
| Hex | 11 | 25 | CF | 5C | 52 | 0 | 13 | EA | 55 | 2C |
| Octal | 21 | 45 | 317 | 134 | 122 | 0 | 23 | 352 | 125 | 54 |
| Binary | 10001 | 100101 | 11001111 | 1011100 | 1010010 | 0 | 10011 | 11101010 | 1010101 | 101100 |
Color Harmonies of #1125CF
Complementary color
Monochromatic Colors of #1125CF
Black with #1125CF
Text Example
Text Example
White with #1125CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125CF; }
p { color: rgb(17,37,207); }
H1.HeaderClassName
{
color: #1125CF;
}
.AnyTagClassName
{
color: #1125CF;
}
</style>
background-color css
<style>
a { background-color: #1125CF; }
a { background-color: rgb(17,37,207); }
div.DivClassName
{
background-color: #1125CF;
}
.BgClassName
{
background-color: #1125CF;
}
</style>
border-color css
<style>
span { border-color: #1125CF; }
span { border-color: rgb(17,37,207); }
td.TdClassName
{
border-color: #1125CF;
}
.TagClassName
{
border-color: #1125CF;
}
</style>