Shades of Persian Blue #1131CF
Tints of Persian Blue #1131CF
RGB
CMYK
RGB Variations
Color information
#1131CF (or 0x1131CF) is known color: Persian Blue. HEX triplet: 11, 31 and CF. RGB value is (17,49,207). Sum of RGB (Red+Green+Blue) = 17+49+207=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #1131CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1131CF is #EECE30. Grayscale: #383838. Windows color (decimal): -15650353 or 13578513. OLE color: 13578513.
HSL color Cylindrical-coordinate representation of color #1131CF: hue angle of 229.89º 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 #1131CF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 49 | 207 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.19 |
| HSL | 229.89º | 0.85% | 0.44% | - |
| HSV(B) | 229.89º | 0.92% | 0.81% | - |
| XYZ | 12.59 | 6.82 | 59.68 | - |
| YUV | 57.44 | 212.4 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 207 | 0.92 | 0.76 | 0 | 0.19 | 229.89 | 0.85 | 0.44 |
| Hex | 11 | 31 | CF | 5C | 4C | 0 | 13 | E6 | 55 | 2C |
| Octal | 21 | 61 | 317 | 134 | 114 | 0 | 23 | 346 | 125 | 54 |
| Binary | 10001 | 110001 | 11001111 | 1011100 | 1001100 | 0 | 10011 | 11100110 | 1010101 | 101100 |
Color Harmonies of #1131CF
Complementary color
Monochromatic Colors of #1131CF
Black with #1131CF
Text Example
Text Example
White with #1131CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131CF; }
p { color: rgb(17,49,207); }
H1.HeaderClassName
{
color: #1131CF;
}
.AnyTagClassName
{
color: #1131CF;
}
</style>
background-color css
<style>
a { background-color: #1131CF; }
a { background-color: rgb(17,49,207); }
div.DivClassName
{
background-color: #1131CF;
}
.BgClassName
{
background-color: #1131CF;
}
</style>
border-color css
<style>
span { border-color: #1131CF; }
span { border-color: rgb(17,49,207); }
td.TdClassName
{
border-color: #1131CF;
}
.TagClassName
{
border-color: #1131CF;
}
</style>