Shades of Persian Blue #1147CB
Tints of Persian Blue #1147CB
RGB
CMYK
RGB Variations
Color information
#1147CB (or 0x1147CB) is known color: Persian Blue. HEX triplet: 11, 47 and CB. RGB value is (17,71,203). Sum of RGB (Red+Green+Blue) = 17+71+203=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #1147CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1147CB is #EEB834. Grayscale: #454545. Windows color (decimal): -15644725 or 13322001. OLE color: 13322001.
HSL color Cylindrical-coordinate representation of color #1147CB: hue angle of 222.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1147CB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 71 | 203 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.20 |
| HSL | 222.58º | 0.85% | 0.43% | - |
| HSV(B) | 222.58º | 0.92% | 0.8% | - |
| XYZ | 13.26 | 8.94 | 57.53 | - |
| YUV | 69.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 203 | 0.92 | 0.65 | 0 | 0.20 | 222.58 | 0.85 | 0.43 |
| Hex | 11 | 47 | CB | 5C | 41 | 0 | 14 | DF | 55 | 2B |
| Octal | 21 | 107 | 313 | 134 | 101 | 0 | 24 | 337 | 125 | 53 |
| Binary | 10001 | 1000111 | 11001011 | 1011100 | 1000001 | 0 | 10100 | 11011111 | 1010101 | 101011 |
Color Harmonies of #1147CB
Complementary color
Monochromatic Colors of #1147CB
Black with #1147CB
Text Example
Text Example
White with #1147CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1147CB; }
p { color: rgb(17,71,203); }
H1.HeaderClassName
{
color: #1147CB;
}
.AnyTagClassName
{
color: #1147CB;
}
</style>
background-color css
<style>
a { background-color: #1147CB; }
a { background-color: rgb(17,71,203); }
div.DivClassName
{
background-color: #1147CB;
}
.BgClassName
{
background-color: #1147CB;
}
</style>
border-color css
<style>
span { border-color: #1147CB; }
span { border-color: rgb(17,71,203); }
td.TdClassName
{
border-color: #1147CB;
}
.TagClassName
{
border-color: #1147CB;
}
</style>