Shades of Persian Blue #112CE9
Tints of Persian Blue #112CE9
RGB
CMYK
RGB Variations
Color information
#112CE9 (or 0x112CE9) is known color: Persian Blue. HEX triplet: 11, 2C and E9. RGB value is (17,44,233). Sum of RGB (Red+Green+Blue) = 17+44+233=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 233 (91.41% from 255 or 79.25% from 294); Max value from RGB is 233 - color contains mainly: blue. Hex color #112CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CE9 is #EED316. Grayscale: #383838. Windows color (decimal): -15651607 or 15281169. OLE color: 15281169.
HSL color Cylindrical-coordinate representation of color #112CE9: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112CE9 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 44 | 233 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.09 |
| HSL | 232.5º | 0.86% | 0.49% | - |
| HSV(B) | 232.5º | 0.93% | 0.91% | - |
| XYZ | 15.84 | 7.8 | 77.76 | - |
| YUV | 57.47 | 227.05 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 233 | 0.93 | 0.81 | 0 | 0.09 | 232.5 | 0.86 | 0.49 |
| Hex | 11 | 2C | E9 | 5D | 51 | 0 | 9 | E8 | 56 | 31 |
| Octal | 21 | 54 | 351 | 135 | 121 | 0 | 11 | 350 | 126 | 61 |
| Binary | 10001 | 101100 | 11101001 | 1011101 | 1010001 | 0 | 1001 | 11101000 | 1010110 | 110001 |
Color Harmonies of #112CE9
Complementary color
Monochromatic Colors of #112CE9
Black with #112CE9
Text Example
Text Example
White with #112CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CE9; }
p { color: rgb(17,44,233); }
H1.HeaderClassName
{
color: #112CE9;
}
.AnyTagClassName
{
color: #112CE9;
}
</style>
background-color css
<style>
a { background-color: #112CE9; }
a { background-color: rgb(17,44,233); }
div.DivClassName
{
background-color: #112CE9;
}
.BgClassName
{
background-color: #112CE9;
}
</style>
border-color css
<style>
span { border-color: #112CE9; }
span { border-color: rgb(17,44,233); }
td.TdClassName
{
border-color: #112CE9;
}
.TagClassName
{
border-color: #112CE9;
}
</style>