Shades of Persian Blue #112BD9
Tints of Persian Blue #112BD9
RGB
CMYK
RGB Variations
Color information
#112BD9 (or 0x112BD9) is known color: Persian Blue. HEX triplet: 11, 2B and D9. RGB value is (17,43,217). Sum of RGB (Red+Green+Blue) = 17+43+217=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #112BD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BD9 is #EED426. Grayscale: #363636. Windows color (decimal): -15651879 or 14232337. OLE color: 14232337.
HSL color Cylindrical-coordinate representation of color #112BD9: hue angle of 232.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112BD9 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 43 | 217 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.15 |
| HSL | 232.2º | 0.85% | 0.46% | - |
| HSV(B) | 232.2º | 0.92% | 0.85% | - |
| XYZ | 13.62 | 6.86 | 66.25 | - |
| YUV | 55.06 | 219.39 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 217 | 0.92 | 0.80 | 0 | 0.15 | 232.2 | 0.85 | 0.46 |
| Hex | 11 | 2B | D9 | 5C | 50 | 0 | F | E8 | 55 | 2E |
| Octal | 21 | 53 | 331 | 134 | 120 | 0 | 17 | 350 | 125 | 56 |
| Binary | 10001 | 101011 | 11011001 | 1011100 | 1010000 | 0 | 1111 | 11101000 | 1010101 | 101110 |
Color Harmonies of #112BD9
Complementary color
Monochromatic Colors of #112BD9
Black with #112BD9
Text Example
Text Example
White with #112BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BD9; }
p { color: rgb(17,43,217); }
H1.HeaderClassName
{
color: #112BD9;
}
.AnyTagClassName
{
color: #112BD9;
}
</style>
background-color css
<style>
a { background-color: #112BD9; }
a { background-color: rgb(17,43,217); }
div.DivClassName
{
background-color: #112BD9;
}
.BgClassName
{
background-color: #112BD9;
}
</style>
border-color css
<style>
span { border-color: #112BD9; }
span { border-color: rgb(17,43,217); }
td.TdClassName
{
border-color: #112BD9;
}
.TagClassName
{
border-color: #112BD9;
}
</style>