Shades of Persian Blue #1130DB
Tints of Persian Blue #1130DB
RGB
CMYK
RGB Variations
Color information
#1130DB (or 0x1130DB) is known color: Persian Blue. HEX triplet: 11, 30 and DB. RGB value is (17,48,219). Sum of RGB (Red+Green+Blue) = 17+48+219=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #1130DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130DB is #EECF24. Grayscale: #393939. Windows color (decimal): -15650597 or 14364689. OLE color: 14364689.
HSL color Cylindrical-coordinate representation of color #1130DB: hue angle of 230.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1130DB is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 48 | 219 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.14 |
| HSL | 230.79º | 0.86% | 0.46% | - |
| HSV(B) | 230.79º | 0.92% | 0.86% | - |
| XYZ | 14.07 | 7.35 | 67.69 | - |
| YUV | 58.23 | 218.73 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 219 | 0.92 | 0.78 | 0 | 0.14 | 230.79 | 0.86 | 0.46 |
| Hex | 11 | 30 | DB | 5C | 4E | 0 | E | E7 | 56 | 2E |
| Octal | 21 | 60 | 333 | 134 | 116 | 0 | 16 | 347 | 126 | 56 |
| Binary | 10001 | 110000 | 11011011 | 1011100 | 1001110 | 0 | 1110 | 11100111 | 1010110 | 101110 |
Color Harmonies of #1130DB
Complementary color
Monochromatic Colors of #1130DB
Black with #1130DB
Text Example
Text Example
White with #1130DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130DB; }
p { color: rgb(17,48,219); }
H1.HeaderClassName
{
color: #1130DB;
}
.AnyTagClassName
{
color: #1130DB;
}
</style>
background-color css
<style>
a { background-color: #1130DB; }
a { background-color: rgb(17,48,219); }
div.DivClassName
{
background-color: #1130DB;
}
.BgClassName
{
background-color: #1130DB;
}
</style>
border-color css
<style>
span { border-color: #1130DB; }
span { border-color: rgb(17,48,219); }
td.TdClassName
{
border-color: #1130DB;
}
.TagClassName
{
border-color: #1130DB;
}
</style>