Shades of Persian Blue #1141BF
Tints of Persian Blue #1141BF
RGB
CMYK
RGB Variations
Color information
#1141BF (or 0x1141BF) is known color: Persian Blue. HEX triplet: 11, 41 and BF. RGB value is (17,65,191). Sum of RGB (Red+Green+Blue) = 17+65+191=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #1141BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141BF is #EEBE40. Grayscale: #404040. Windows color (decimal): -15646273 or 12534033. OLE color: 12534033.
HSL color Cylindrical-coordinate representation of color #1141BF: hue angle of 223.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1141BF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 65 | 191 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.25 |
| HSL | 223.45º | 0.84% | 0.41% | - |
| HSV(B) | 223.45º | 0.91% | 0.75% | - |
| XYZ | 11.53 | 7.66 | 50.16 | - |
| YUV | 65.01 | 199.1 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 191 | 0.91 | 0.66 | 0 | 0.25 | 223.45 | 0.84 | 0.41 |
| Hex | 11 | 41 | BF | 5B | 42 | 0 | 19 | DF | 54 | 29 |
| Octal | 21 | 101 | 277 | 133 | 102 | 0 | 31 | 337 | 124 | 51 |
| Binary | 10001 | 1000001 | 10111111 | 1011011 | 1000010 | 0 | 11001 | 11011111 | 1010100 | 101001 |
Color Harmonies of #1141BF
Complementary color
Monochromatic Colors of #1141BF
Black with #1141BF
Text Example
Text Example
White with #1141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141BF; }
p { color: rgb(17,65,191); }
H1.HeaderClassName
{
color: #1141BF;
}
.AnyTagClassName
{
color: #1141BF;
}
</style>
background-color css
<style>
a { background-color: #1141BF; }
a { background-color: rgb(17,65,191); }
div.DivClassName
{
background-color: #1141BF;
}
.BgClassName
{
background-color: #1141BF;
}
</style>
border-color css
<style>
span { border-color: #1141BF; }
span { border-color: rgb(17,65,191); }
td.TdClassName
{
border-color: #1141BF;
}
.TagClassName
{
border-color: #1141BF;
}
</style>