Shades of Persian Blue #112DBA
Tints of Persian Blue #112DBA
RGB
CMYK
RGB Variations
Color information
#112DBA (or 0x112DBA) is known color: Persian Blue. HEX triplet: 11, 2D and BA. RGB value is (17,45,186). Sum of RGB (Red+Green+Blue) = 17+45+186=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #112DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DBA is #EED245. Grayscale: #343434. Windows color (decimal): -15651398 or 12201233. OLE color: 12201233.
HSL color Cylindrical-coordinate representation of color #112DBA: hue angle of 230.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DBA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 45 | 186 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.27 |
| HSL | 230.06º | 0.83% | 0.4% | - |
| HSV(B) | 230.06º | 0.91% | 0.73% | - |
| XYZ | 10.03 | 5.54 | 47 | - |
| YUV | 52.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 186 | 0.91 | 0.76 | 0 | 0.27 | 230.06 | 0.83 | 0.4 |
| Hex | 11 | 2D | BA | 5B | 4C | 0 | 1B | E6 | 53 | 28 |
| Octal | 21 | 55 | 272 | 133 | 114 | 0 | 33 | 346 | 123 | 50 |
| Binary | 10001 | 101101 | 10111010 | 1011011 | 1001100 | 0 | 11011 | 11100110 | 1010011 | 101000 |
Color Harmonies of #112DBA
Complementary color
Monochromatic Colors of #112DBA
Black with #112DBA
Text Example
Text Example
White with #112DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DBA; }
p { color: rgb(17,45,186); }
H1.HeaderClassName
{
color: #112DBA;
}
.AnyTagClassName
{
color: #112DBA;
}
</style>
background-color css
<style>
a { background-color: #112DBA; }
a { background-color: rgb(17,45,186); }
div.DivClassName
{
background-color: #112DBA;
}
.BgClassName
{
background-color: #112DBA;
}
</style>
border-color css
<style>
span { border-color: #112DBA; }
span { border-color: rgb(17,45,186); }
td.TdClassName
{
border-color: #112DBA;
}
.TagClassName
{
border-color: #112DBA;
}
</style>