Shades of Persian Blue #1130BC
Tints of Persian Blue #1130BC
RGB
CMYK
RGB Variations
Color information
#1130BC (or 0x1130BC) is known color: Persian Blue. HEX triplet: 11, 30 and BC. RGB value is (17,48,188). Sum of RGB (Red+Green+Blue) = 17+48+188=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #1130BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130BC is #EECF43. Grayscale: #363636. Windows color (decimal): -15650628 or 12333073. OLE color: 12333073.
HSL color Cylindrical-coordinate representation of color #1130BC: hue angle of 229.12º 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 #1130BC is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 48 | 188 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.26 |
| HSL | 229.12º | 0.83% | 0.4% | - |
| HSV(B) | 229.12º | 0.91% | 0.74% | - |
| XYZ | 10.37 | 5.86 | 48.16 | - |
| YUV | 54.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 188 | 0.91 | 0.74 | 0 | 0.26 | 229.12 | 0.83 | 0.4 |
| Hex | 11 | 30 | BC | 5B | 4A | 0 | 1A | E5 | 53 | 28 |
| Octal | 21 | 60 | 274 | 133 | 112 | 0 | 32 | 345 | 123 | 50 |
| Binary | 10001 | 110000 | 10111100 | 1011011 | 1001010 | 0 | 11010 | 11100101 | 1010011 | 101000 |
Color Harmonies of #1130BC
Complementary color
Monochromatic Colors of #1130BC
Black with #1130BC
Text Example
Text Example
White with #1130BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130BC; }
p { color: rgb(17,48,188); }
H1.HeaderClassName
{
color: #1130BC;
}
.AnyTagClassName
{
color: #1130BC;
}
</style>
background-color css
<style>
a { background-color: #1130BC; }
a { background-color: rgb(17,48,188); }
div.DivClassName
{
background-color: #1130BC;
}
.BgClassName
{
background-color: #1130BC;
}
</style>
border-color css
<style>
span { border-color: #1130BC; }
span { border-color: rgb(17,48,188); }
td.TdClassName
{
border-color: #1130BC;
}
.TagClassName
{
border-color: #1130BC;
}
</style>