Shades of Persian Blue #112ADB
Tints of Persian Blue #112ADB
RGB
CMYK
RGB Variations
Color information
#112ADB (or 0x112ADB) is known color: Persian Blue. HEX triplet: 11, 2A and DB. RGB value is (17,42,219). Sum of RGB (Red+Green+Blue) = 17+42+219=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #112ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ADB is #EED524. Grayscale: #353535. Windows color (decimal): -15652133 or 14363153. OLE color: 14363153.
HSL color Cylindrical-coordinate representation of color #112ADB: hue angle of 232.57º 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 #112ADB is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 42 | 219 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.14 |
| HSL | 232.57º | 0.86% | 0.46% | - |
| HSV(B) | 232.57º | 0.92% | 0.86% | - |
| XYZ | 13.85 | 6.89 | 67.62 | - |
| YUV | 54.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 219 | 0.92 | 0.81 | 0 | 0.14 | 232.57 | 0.86 | 0.46 |
| Hex | 11 | 2A | DB | 5C | 51 | 0 | E | E9 | 56 | 2E |
| Octal | 21 | 52 | 333 | 134 | 121 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10001 | 101010 | 11011011 | 1011100 | 1010001 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #112ADB
Complementary color
Monochromatic Colors of #112ADB
Black with #112ADB
Text Example
Text Example
White with #112ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112ADB; }
p { color: rgb(17,42,219); }
H1.HeaderClassName
{
color: #112ADB;
}
.AnyTagClassName
{
color: #112ADB;
}
</style>
background-color css
<style>
a { background-color: #112ADB; }
a { background-color: rgb(17,42,219); }
div.DivClassName
{
background-color: #112ADB;
}
.BgClassName
{
background-color: #112ADB;
}
</style>
border-color css
<style>
span { border-color: #112ADB; }
span { border-color: rgb(17,42,219); }
td.TdClassName
{
border-color: #112ADB;
}
.TagClassName
{
border-color: #112ADB;
}
</style>