Shades of Persian Blue #1141BD
Tints of Persian Blue #1141BD
RGB
CMYK
RGB Variations
Color information
#1141BD (or 0x1141BD) is known color: Persian Blue. HEX triplet: 11, 41 and BD. RGB value is (17,65,189). Sum of RGB (Red+Green+Blue) = 17+65+189=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #1141BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141BD is #EEBE42. Grayscale: #404040. Windows color (decimal): -15646275 or 12402961. OLE color: 12402961.
HSL color Cylindrical-coordinate representation of color #1141BD: hue angle of 223.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1141BD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 65 | 189 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.26 |
| HSL | 223.26º | 0.83% | 0.4% | - |
| HSV(B) | 223.26º | 0.91% | 0.74% | - |
| XYZ | 11.31 | 7.57 | 49.01 | - |
| YUV | 64.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 189 | 0.91 | 0.66 | 0 | 0.26 | 223.26 | 0.83 | 0.4 |
| Hex | 11 | 41 | BD | 5B | 42 | 0 | 1A | DF | 53 | 28 |
| Octal | 21 | 101 | 275 | 133 | 102 | 0 | 32 | 337 | 123 | 50 |
| Binary | 10001 | 1000001 | 10111101 | 1011011 | 1000010 | 0 | 11010 | 11011111 | 1010011 | 101000 |
Color Harmonies of #1141BD
Complementary color
Monochromatic Colors of #1141BD
Black with #1141BD
Text Example
Text Example
White with #1141BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141BD; }
p { color: rgb(17,65,189); }
H1.HeaderClassName
{
color: #1141BD;
}
.AnyTagClassName
{
color: #1141BD;
}
</style>
background-color css
<style>
a { background-color: #1141BD; }
a { background-color: rgb(17,65,189); }
div.DivClassName
{
background-color: #1141BD;
}
.BgClassName
{
background-color: #1141BD;
}
</style>
border-color css
<style>
span { border-color: #1141BD; }
span { border-color: rgb(17,65,189); }
td.TdClassName
{
border-color: #1141BD;
}
.TagClassName
{
border-color: #1141BD;
}
</style>