Shades of Persian Blue #1141B6
Tints of Persian Blue #1141B6
RGB
CMYK
RGB Variations
Color information
#1141B6 (or 0x1141B6) is known color: Persian Blue. HEX triplet: 11, 41 and B6. RGB value is (17,65,182). Sum of RGB (Red+Green+Blue) = 17+65+182=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #1141B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141B6 is #EEBE49. Grayscale: #3F3F3F. Windows color (decimal): -15646282 or 11944209. OLE color: 11944209.
HSL color Cylindrical-coordinate representation of color #1141B6: hue angle of 222.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1141B6 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 65 | 182 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.29 |
| HSL | 222.55º | 0.83% | 0.39% | - |
| HSV(B) | 222.55º | 0.91% | 0.71% | - |
| XYZ | 10.56 | 7.28 | 45.1 | - |
| YUV | 63.99 | 194.6 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 182 | 0.91 | 0.64 | 0 | 0.29 | 222.55 | 0.83 | 0.39 |
| Hex | 11 | 41 | B6 | 5B | 40 | 0 | 1D | DF | 53 | 27 |
| Octal | 21 | 101 | 266 | 133 | 100 | 0 | 35 | 337 | 123 | 47 |
| Binary | 10001 | 1000001 | 10110110 | 1011011 | 1000000 | 0 | 11101 | 11011111 | 1010011 | 100111 |
Color Harmonies of #1141B6
Complementary color
Monochromatic Colors of #1141B6
Black with #1141B6
Text Example
Text Example
White with #1141B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141B6; }
p { color: rgb(17,65,182); }
H1.HeaderClassName
{
color: #1141B6;
}
.AnyTagClassName
{
color: #1141B6;
}
</style>
background-color css
<style>
a { background-color: #1141B6; }
a { background-color: rgb(17,65,182); }
div.DivClassName
{
background-color: #1141B6;
}
.BgClassName
{
background-color: #1141B6;
}
</style>
border-color css
<style>
span { border-color: #1141B6; }
span { border-color: rgb(17,65,182); }
td.TdClassName
{
border-color: #1141B6;
}
.TagClassName
{
border-color: #1141B6;
}
</style>