Shades of Persian Blue #1149DB
Tints of Persian Blue #1149DB
RGB
CMYK
RGB Variations
Color information
#1149DB (or 0x1149DB) is known color: Persian Blue. HEX triplet: 11, 49 and DB. RGB value is (17,73,219). Sum of RGB (Red+Green+Blue) = 17+73+219=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #1149DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149DB is #EEB624. Grayscale: #484848. Windows color (decimal): -15644197 or 14371089. OLE color: 14371089.
HSL color Cylindrical-coordinate representation of color #1149DB: hue angle of 223.37º 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 #1149DB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 73 | 219 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.14 |
| HSL | 223.37º | 0.86% | 0.46% | - |
| HSV(B) | 223.37º | 0.92% | 0.86% | - |
| XYZ | 15.4 | 10 | 68.14 | - |
| YUV | 72.9 | 210.45 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 219 | 0.92 | 0.67 | 0 | 0.14 | 223.37 | 0.86 | 0.46 |
| Hex | 11 | 49 | DB | 5C | 43 | 0 | E | DF | 56 | 2E |
| Octal | 21 | 111 | 333 | 134 | 103 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10001 | 1001001 | 11011011 | 1011100 | 1000011 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #1149DB
Complementary color
Monochromatic Colors of #1149DB
Black with #1149DB
Text Example
Text Example
White with #1149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149DB; }
p { color: rgb(17,73,219); }
H1.HeaderClassName
{
color: #1149DB;
}
.AnyTagClassName
{
color: #1149DB;
}
</style>
background-color css
<style>
a { background-color: #1149DB; }
a { background-color: rgb(17,73,219); }
div.DivClassName
{
background-color: #1149DB;
}
.BgClassName
{
background-color: #1149DB;
}
</style>
border-color css
<style>
span { border-color: #1149DB; }
span { border-color: rgb(17,73,219); }
td.TdClassName
{
border-color: #1149DB;
}
.TagClassName
{
border-color: #1149DB;
}
</style>