Shades of Persian Blue #1136BF
Tints of Persian Blue #1136BF
RGB
CMYK
RGB Variations
Color information
#1136BF (or 0x1136BF) is known color: Persian Blue. HEX triplet: 11, 36 and BF. RGB value is (17,54,191). Sum of RGB (Red+Green+Blue) = 17+54+191=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #1136BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1136BF is #EEC940. Grayscale: #393939. Windows color (decimal): -15649089 or 12531217. OLE color: 12531217.
HSL color Cylindrical-coordinate representation of color #1136BF: hue angle of 227.24º 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 #1136BF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 54 | 191 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.25 |
| HSL | 227.24º | 0.84% | 0.41% | - |
| HSV(B) | 227.24º | 0.91% | 0.75% | - |
| XYZ | 10.95 | 6.52 | 49.97 | - |
| YUV | 58.56 | 202.74 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 191 | 0.91 | 0.72 | 0 | 0.25 | 227.24 | 0.84 | 0.41 |
| Hex | 11 | 36 | BF | 5B | 48 | 0 | 19 | E3 | 54 | 29 |
| Octal | 21 | 66 | 277 | 133 | 110 | 0 | 31 | 343 | 124 | 51 |
| Binary | 10001 | 110110 | 10111111 | 1011011 | 1001000 | 0 | 11001 | 11100011 | 1010100 | 101001 |
Color Harmonies of #1136BF
Complementary color
Monochromatic Colors of #1136BF
Black with #1136BF
Text Example
Text Example
White with #1136BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136BF; }
p { color: rgb(17,54,191); }
H1.HeaderClassName
{
color: #1136BF;
}
.AnyTagClassName
{
color: #1136BF;
}
</style>
background-color css
<style>
a { background-color: #1136BF; }
a { background-color: rgb(17,54,191); }
div.DivClassName
{
background-color: #1136BF;
}
.BgClassName
{
background-color: #1136BF;
}
</style>
border-color css
<style>
span { border-color: #1136BF; }
span { border-color: rgb(17,54,191); }
td.TdClassName
{
border-color: #1136BF;
}
.TagClassName
{
border-color: #1136BF;
}
</style>