Shades of Persian Blue #1149BF
Tints of Persian Blue #1149BF
RGB
CMYK
RGB Variations
Color information
#1149BF (or 0x1149BF) is known color: Persian Blue. HEX triplet: 11, 49 and BF. RGB value is (17,73,191). Sum of RGB (Red+Green+Blue) = 17+73+191=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1149BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149BF is #EEB640. Grayscale: #454545. Windows color (decimal): -15644225 or 12536081. OLE color: 12536081.
HSL color Cylindrical-coordinate representation of color #1149BF: hue angle of 220.69º 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 #1149BF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 73 | 191 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.25 |
| HSL | 220.69º | 0.84% | 0.41% | - |
| HSV(B) | 220.69º | 0.91% | 0.75% | - |
| XYZ | 12.02 | 8.65 | 50.33 | - |
| YUV | 69.71 | 196.45 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 191 | 0.91 | 0.62 | 0 | 0.25 | 220.69 | 0.84 | 0.41 |
| Hex | 11 | 49 | BF | 5B | 3E | 0 | 19 | DD | 54 | 29 |
| Octal | 21 | 111 | 277 | 133 | 76 | 0 | 31 | 335 | 124 | 51 |
| Binary | 10001 | 1001001 | 10111111 | 1011011 | 111110 | 0 | 11001 | 11011101 | 1010100 | 101001 |
Color Harmonies of #1149BF
Complementary color
Monochromatic Colors of #1149BF
Black with #1149BF
Text Example
Text Example
White with #1149BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149BF; }
p { color: rgb(17,73,191); }
H1.HeaderClassName
{
color: #1149BF;
}
.AnyTagClassName
{
color: #1149BF;
}
</style>
background-color css
<style>
a { background-color: #1149BF; }
a { background-color: rgb(17,73,191); }
div.DivClassName
{
background-color: #1149BF;
}
.BgClassName
{
background-color: #1149BF;
}
</style>
border-color css
<style>
span { border-color: #1149BF; }
span { border-color: rgb(17,73,191); }
td.TdClassName
{
border-color: #1149BF;
}
.TagClassName
{
border-color: #1149BF;
}
</style>