Shades of Persian Blue #1141CC
Tints of Persian Blue #1141CC
RGB
CMYK
RGB Variations
Color information
#1141CC (or 0x1141CC) is known color: Persian Blue. HEX triplet: 11, 41 and CC. RGB value is (17,65,204). Sum of RGB (Red+Green+Blue) = 17+65+204=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #1141CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141CC is #EEBE33. Grayscale: #414141. Windows color (decimal): -15646260 or 13386001. OLE color: 13386001.
HSL color Cylindrical-coordinate representation of color #1141CC: hue angle of 224.6º 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 #1141CC is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 65 | 204 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.2 |
| HSL | 224.6º | 0.85% | 0.43% | - |
| HSV(B) | 224.6º | 0.92% | 0.8% | - |
| XYZ | 13.02 | 8.26 | 58.03 | - |
| YUV | 66.49 | 205.6 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 204 | 0.92 | 0.68 | 0 | 0.2 | 224.6 | 0.85 | 0.43 |
| Hex | 11 | 41 | CC | 5C | 44 | 0 | 14 | E1 | 55 | 2B |
| Octal | 21 | 101 | 314 | 134 | 104 | 0 | 24 | 341 | 125 | 53 |
| Binary | 10001 | 1000001 | 11001100 | 1011100 | 1000100 | 0 | 10100 | 11100001 | 1010101 | 101011 |
Color Harmonies of #1141CC
Complementary color
Monochromatic Colors of #1141CC
Black with #1141CC
Text Example
Text Example
White with #1141CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141CC; }
p { color: rgb(17,65,204); }
H1.HeaderClassName
{
color: #1141CC;
}
.AnyTagClassName
{
color: #1141CC;
}
</style>
background-color css
<style>
a { background-color: #1141CC; }
a { background-color: rgb(17,65,204); }
div.DivClassName
{
background-color: #1141CC;
}
.BgClassName
{
background-color: #1141CC;
}
</style>
border-color css
<style>
span { border-color: #1141CC; }
span { border-color: rgb(17,65,204); }
td.TdClassName
{
border-color: #1141CC;
}
.TagClassName
{
border-color: #1141CC;
}
</style>