Shades of Persian Blue #112ABD
Tints of Persian Blue #112ABD
RGB
CMYK
RGB Variations
Color information
#112ABD (or 0x112ABD) is known color: Persian Blue. HEX triplet: 11, 2A and BD. RGB value is (17,42,189). Sum of RGB (Red+Green+Blue) = 17+42+189=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #112ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ABD is #EED542. Grayscale: #323232. Windows color (decimal): -15652163 or 12397073. OLE color: 12397073.
HSL color Cylindrical-coordinate representation of color #112ABD: hue angle of 231.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112ABD is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 42 | 189 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.26 |
| HSL | 231.28º | 0.83% | 0.4% | - |
| HSV(B) | 231.28º | 0.91% | 0.74% | - |
| XYZ | 10.24 | 5.45 | 48.66 | - |
| YUV | 51.28 | 205.72 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 189 | 0.91 | 0.78 | 0 | 0.26 | 231.28 | 0.83 | 0.4 |
| Hex | 11 | 2A | BD | 5B | 4E | 0 | 1A | E7 | 53 | 28 |
| Octal | 21 | 52 | 275 | 133 | 116 | 0 | 32 | 347 | 123 | 50 |
| Binary | 10001 | 101010 | 10111101 | 1011011 | 1001110 | 0 | 11010 | 11100111 | 1010011 | 101000 |
Color Harmonies of #112ABD
Complementary color
Monochromatic Colors of #112ABD
Black with #112ABD
Text Example
Text Example
White with #112ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112ABD; }
p { color: rgb(17,42,189); }
H1.HeaderClassName
{
color: #112ABD;
}
.AnyTagClassName
{
color: #112ABD;
}
</style>
background-color css
<style>
a { background-color: #112ABD; }
a { background-color: rgb(17,42,189); }
div.DivClassName
{
background-color: #112ABD;
}
.BgClassName
{
background-color: #112ABD;
}
</style>
border-color css
<style>
span { border-color: #112ABD; }
span { border-color: rgb(17,42,189); }
td.TdClassName
{
border-color: #112ABD;
}
.TagClassName
{
border-color: #112ABD;
}
</style>