Shades of Persian Blue #1128DB
Tints of Persian Blue #1128DB
RGB
CMYK
RGB Variations
Color information
#1128DB (or 0x1128DB) is known color: Persian Blue. HEX triplet: 11, 28 and DB. RGB value is (17,40,219). Sum of RGB (Red+Green+Blue) = 17+40+219=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #1128DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128DB is #EED724. Grayscale: #343434. Windows color (decimal): -15652645 or 14362641. OLE color: 14362641.
HSL color Cylindrical-coordinate representation of color #1128DB: hue angle of 233.17º 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 #1128DB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 40 | 219 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.14 |
| HSL | 233.17º | 0.86% | 0.46% | - |
| HSV(B) | 233.17º | 0.92% | 0.86% | - |
| XYZ | 13.78 | 6.75 | 67.59 | - |
| YUV | 53.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 219 | 0.92 | 0.82 | 0 | 0.14 | 233.17 | 0.86 | 0.46 |
| Hex | 11 | 28 | DB | 5C | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 21 | 50 | 333 | 134 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10001 | 101000 | 11011011 | 1011100 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1128DB
Complementary color
Monochromatic Colors of #1128DB
Black with #1128DB
Text Example
Text Example
White with #1128DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128DB; }
p { color: rgb(17,40,219); }
H1.HeaderClassName
{
color: #1128DB;
}
.AnyTagClassName
{
color: #1128DB;
}
</style>
background-color css
<style>
a { background-color: #1128DB; }
a { background-color: rgb(17,40,219); }
div.DivClassName
{
background-color: #1128DB;
}
.BgClassName
{
background-color: #1128DB;
}
</style>
border-color css
<style>
span { border-color: #1128DB; }
span { border-color: rgb(17,40,219); }
td.TdClassName
{
border-color: #1128DB;
}
.TagClassName
{
border-color: #1128DB;
}
</style>