Shades of Persian Blue #1130BF
Tints of Persian Blue #1130BF
RGB
CMYK
RGB Variations
Color information
#1130BF (or 0x1130BF) is known color: Persian Blue. HEX triplet: 11, 30 and BF. RGB value is (17,48,191). Sum of RGB (Red+Green+Blue) = 17+48+191=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #1130BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130BF is #EECF40. Grayscale: #363636. Windows color (decimal): -15650625 or 12529681. OLE color: 12529681.
HSL color Cylindrical-coordinate representation of color #1130BF: hue angle of 229.31º 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 #1130BF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 48 | 191 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.25 |
| HSL | 229.31º | 0.84% | 0.41% | - |
| HSV(B) | 229.31º | 0.91% | 0.75% | - |
| XYZ | 10.69 | 5.99 | 49.88 | - |
| YUV | 55.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 191 | 0.91 | 0.75 | 0 | 0.25 | 229.31 | 0.84 | 0.41 |
| Hex | 11 | 30 | BF | 5B | 4B | 0 | 19 | E5 | 54 | 29 |
| Octal | 21 | 60 | 277 | 133 | 113 | 0 | 31 | 345 | 124 | 51 |
| Binary | 10001 | 110000 | 10111111 | 1011011 | 1001011 | 0 | 11001 | 11100101 | 1010100 | 101001 |
Color Harmonies of #1130BF
Complementary color
Monochromatic Colors of #1130BF
Black with #1130BF
Text Example
Text Example
White with #1130BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130BF; }
p { color: rgb(17,48,191); }
H1.HeaderClassName
{
color: #1130BF;
}
.AnyTagClassName
{
color: #1130BF;
}
</style>
background-color css
<style>
a { background-color: #1130BF; }
a { background-color: rgb(17,48,191); }
div.DivClassName
{
background-color: #1130BF;
}
.BgClassName
{
background-color: #1130BF;
}
</style>
border-color css
<style>
span { border-color: #1130BF; }
span { border-color: rgb(17,48,191); }
td.TdClassName
{
border-color: #1130BF;
}
.TagClassName
{
border-color: #1130BF;
}
</style>