Shades of Persian Blue #1123DB
Tints of Persian Blue #1123DB
RGB
CMYK
RGB Variations
Color information
#1123DB (or 0x1123DB) is known color: Persian Blue. HEX triplet: 11, 23 and DB. RGB value is (17,35,219). Sum of RGB (Red+Green+Blue) = 17+35+219=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #1123DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1123DB is #EEDC24. Grayscale: #313131. Windows color (decimal): -15653925 or 14361361. OLE color: 14361361.
HSL color Cylindrical-coordinate representation of color #1123DB: hue angle of 234.65º 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 #1123DB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 35 | 219 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.14 |
| HSL | 234.65º | 0.86% | 0.46% | - |
| HSV(B) | 234.65º | 0.92% | 0.86% | - |
| XYZ | 13.62 | 6.44 | 67.54 | - |
| YUV | 50.59 | 223.04 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 219 | 0.92 | 0.84 | 0 | 0.14 | 234.65 | 0.86 | 0.46 |
| Hex | 11 | 23 | DB | 5C | 54 | 0 | E | EB | 56 | 2E |
| Octal | 21 | 43 | 333 | 134 | 124 | 0 | 16 | 353 | 126 | 56 |
| Binary | 10001 | 100011 | 11011011 | 1011100 | 1010100 | 0 | 1110 | 11101011 | 1010110 | 101110 |
Color Harmonies of #1123DB
Complementary color
Monochromatic Colors of #1123DB
Black with #1123DB
Text Example
Text Example
White with #1123DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1123DB; }
p { color: rgb(17,35,219); }
H1.HeaderClassName
{
color: #1123DB;
}
.AnyTagClassName
{
color: #1123DB;
}
</style>
background-color css
<style>
a { background-color: #1123DB; }
a { background-color: rgb(17,35,219); }
div.DivClassName
{
background-color: #1123DB;
}
.BgClassName
{
background-color: #1123DB;
}
</style>
border-color css
<style>
span { border-color: #1123DB; }
span { border-color: rgb(17,35,219); }
td.TdClassName
{
border-color: #1123DB;
}
.TagClassName
{
border-color: #1123DB;
}
</style>