Shades of Persian Blue #1125DC
Tints of Persian Blue #1125DC
RGB
CMYK
RGB Variations
Color information
#1125DC (or 0x1125DC) is known color: Persian Blue. HEX triplet: 11, 25 and DC. RGB value is (17,37,220). Sum of RGB (Red+Green+Blue) = 17+37+220=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #1125DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125DC is #EEDA23. Grayscale: #333333. Windows color (decimal): -15653412 or 14427409. OLE color: 14427409.
HSL color Cylindrical-coordinate representation of color #1125DC: hue angle of 234.09º 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 #1125DC is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 37 | 220 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.14 |
| HSL | 234.09º | 0.86% | 0.46% | - |
| HSV(B) | 234.09º | 0.92% | 0.86% | - |
| XYZ | 13.81 | 6.61 | 68.26 | - |
| YUV | 51.88 | 222.87 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 220 | 0.92 | 0.83 | 0 | 0.14 | 234.09 | 0.86 | 0.46 |
| Hex | 11 | 25 | DC | 5C | 53 | 0 | E | EA | 56 | 2E |
| Octal | 21 | 45 | 334 | 134 | 123 | 0 | 16 | 352 | 126 | 56 |
| Binary | 10001 | 100101 | 11011100 | 1011100 | 1010011 | 0 | 1110 | 11101010 | 1010110 | 101110 |
Color Harmonies of #1125DC
Complementary color
Monochromatic Colors of #1125DC
Black with #1125DC
Text Example
Text Example
White with #1125DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125DC; }
p { color: rgb(17,37,220); }
H1.HeaderClassName
{
color: #1125DC;
}
.AnyTagClassName
{
color: #1125DC;
}
</style>
background-color css
<style>
a { background-color: #1125DC; }
a { background-color: rgb(17,37,220); }
div.DivClassName
{
background-color: #1125DC;
}
.BgClassName
{
background-color: #1125DC;
}
</style>
border-color css
<style>
span { border-color: #1125DC; }
span { border-color: rgb(17,37,220); }
td.TdClassName
{
border-color: #1125DC;
}
.TagClassName
{
border-color: #1125DC;
}
</style>