Shades of Persian Blue #1125DB
Tints of Persian Blue #1125DB
RGB
CMYK
RGB Variations
Color information
#1125DB (or 0x1125DB) is known color: Persian Blue. HEX triplet: 11, 25 and DB. RGB value is (17,37,219). Sum of RGB (Red+Green+Blue) = 17+37+219=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #1125DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125DB is #EEDA24. Grayscale: #333333. Windows color (decimal): -15653413 or 14361873. OLE color: 14361873.
HSL color Cylindrical-coordinate representation of color #1125DB: hue angle of 234.06º 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 #1125DB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 37 | 219 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.14 |
| HSL | 234.06º | 0.86% | 0.46% | - |
| HSV(B) | 234.06º | 0.92% | 0.86% | - |
| XYZ | 13.68 | 6.56 | 67.56 | - |
| YUV | 51.77 | 222.37 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 219 | 0.92 | 0.83 | 0 | 0.14 | 234.06 | 0.86 | 0.46 |
| Hex | 11 | 25 | DB | 5C | 53 | 0 | E | EA | 56 | 2E |
| Octal | 21 | 45 | 333 | 134 | 123 | 0 | 16 | 352 | 126 | 56 |
| Binary | 10001 | 100101 | 11011011 | 1011100 | 1010011 | 0 | 1110 | 11101010 | 1010110 | 101110 |
Color Harmonies of #1125DB
Complementary color
Monochromatic Colors of #1125DB
Black with #1125DB
Text Example
Text Example
White with #1125DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125DB; }
p { color: rgb(17,37,219); }
H1.HeaderClassName
{
color: #1125DB;
}
.AnyTagClassName
{
color: #1125DB;
}
</style>
background-color css
<style>
a { background-color: #1125DB; }
a { background-color: rgb(17,37,219); }
div.DivClassName
{
background-color: #1125DB;
}
.BgClassName
{
background-color: #1125DB;
}
</style>
border-color css
<style>
span { border-color: #1125DB; }
span { border-color: rgb(17,37,219); }
td.TdClassName
{
border-color: #1125DB;
}
.TagClassName
{
border-color: #1125DB;
}
</style>