Shades of Persian Blue #1127DB
Tints of Persian Blue #1127DB
RGB
CMYK
RGB Variations
Color information
#1127DB (or 0x1127DB) is known color: Persian Blue. HEX triplet: 11, 27 and DB. RGB value is (17,39,219). Sum of RGB (Red+Green+Blue) = 17+39+219=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #1127DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1127DB is #EED824. Grayscale: #343434. Windows color (decimal): -15652901 or 14362385. OLE color: 14362385.
HSL color Cylindrical-coordinate representation of color #1127DB: hue angle of 233.47º 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 #1127DB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 39 | 219 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.14 |
| HSL | 233.47º | 0.86% | 0.46% | - |
| HSV(B) | 233.47º | 0.92% | 0.86% | - |
| XYZ | 13.74 | 6.68 | 67.58 | - |
| YUV | 52.94 | 221.71 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 219 | 0.92 | 0.82 | 0 | 0.14 | 233.47 | 0.86 | 0.46 |
| Hex | 11 | 27 | DB | 5C | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 21 | 47 | 333 | 134 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10001 | 100111 | 11011011 | 1011100 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1127DB
Complementary color
Monochromatic Colors of #1127DB
Black with #1127DB
Text Example
Text Example
White with #1127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127DB; }
p { color: rgb(17,39,219); }
H1.HeaderClassName
{
color: #1127DB;
}
.AnyTagClassName
{
color: #1127DB;
}
</style>
background-color css
<style>
a { background-color: #1127DB; }
a { background-color: rgb(17,39,219); }
div.DivClassName
{
background-color: #1127DB;
}
.BgClassName
{
background-color: #1127DB;
}
</style>
border-color css
<style>
span { border-color: #1127DB; }
span { border-color: rgb(17,39,219); }
td.TdClassName
{
border-color: #1127DB;
}
.TagClassName
{
border-color: #1127DB;
}
</style>