Shades of Persian Blue #1147CD
Tints of Persian Blue #1147CD
RGB
CMYK
RGB Variations
Color information
#1147CD (or 0x1147CD) is known color: Persian Blue. HEX triplet: 11, 47 and CD. RGB value is (17,71,205). Sum of RGB (Red+Green+Blue) = 17+71+205=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #1147CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1147CD is #EEB832. Grayscale: #454545. Windows color (decimal): -15644723 or 13453073. OLE color: 13453073.
HSL color Cylindrical-coordinate representation of color #1147CD: hue angle of 222.77º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1147CD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 71 | 205 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.20 |
| HSL | 222.77º | 0.85% | 0.44% | - |
| HSV(B) | 222.77º | 0.92% | 0.8% | - |
| XYZ | 13.5 | 9.03 | 58.79 | - |
| YUV | 70.13 | 204.11 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 205 | 0.92 | 0.65 | 0 | 0.20 | 222.77 | 0.85 | 0.44 |
| Hex | 11 | 47 | CD | 5C | 41 | 0 | 14 | DF | 55 | 2C |
| Octal | 21 | 107 | 315 | 134 | 101 | 0 | 24 | 337 | 125 | 54 |
| Binary | 10001 | 1000111 | 11001101 | 1011100 | 1000001 | 0 | 10100 | 11011111 | 1010101 | 101100 |
Color Harmonies of #1147CD
Complementary color
Monochromatic Colors of #1147CD
Black with #1147CD
Text Example
Text Example
White with #1147CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1147CD; }
p { color: rgb(17,71,205); }
H1.HeaderClassName
{
color: #1147CD;
}
.AnyTagClassName
{
color: #1147CD;
}
</style>
background-color css
<style>
a { background-color: #1147CD; }
a { background-color: rgb(17,71,205); }
div.DivClassName
{
background-color: #1147CD;
}
.BgClassName
{
background-color: #1147CD;
}
</style>
border-color css
<style>
span { border-color: #1147CD; }
span { border-color: rgb(17,71,205); }
td.TdClassName
{
border-color: #1147CD;
}
.TagClassName
{
border-color: #1147CD;
}
</style>