Shades of Persian Blue #112BD2
Tints of Persian Blue #112BD2
RGB
CMYK
RGB Variations
Color information
#112BD2 (or 0x112BD2) is known color: Persian Blue. HEX triplet: 11, 2B and D2. RGB value is (17,43,210). Sum of RGB (Red+Green+Blue) = 17+43+210=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 210 (82.42% from 255 or 77.78% from 270); Max value from RGB is 210 - color contains mainly: blue. Hex color #112BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BD2 is #EED42D. Grayscale: #353535. Windows color (decimal): -15651886 or 13773585. OLE color: 13773585.
HSL color Cylindrical-coordinate representation of color #112BD2: hue angle of 231.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112BD2 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 43 | 210 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.18 |
| HSL | 231.92º | 0.85% | 0.45% | - |
| HSV(B) | 231.92º | 0.92% | 0.82% | - |
| XYZ | 12.73 | 6.5 | 61.56 | - |
| YUV | 54.26 | 215.89 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 210 | 0.92 | 0.80 | 0 | 0.18 | 231.92 | 0.85 | 0.45 |
| Hex | 11 | 2B | D2 | 5C | 50 | 0 | 12 | E8 | 55 | 2D |
| Octal | 21 | 53 | 322 | 134 | 120 | 0 | 22 | 350 | 125 | 55 |
| Binary | 10001 | 101011 | 11010010 | 1011100 | 1010000 | 0 | 10010 | 11101000 | 1010101 | 101101 |
Color Harmonies of #112BD2
Complementary color
Monochromatic Colors of #112BD2
Black with #112BD2
Text Example
Text Example
White with #112BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BD2; }
p { color: rgb(17,43,210); }
H1.HeaderClassName
{
color: #112BD2;
}
.AnyTagClassName
{
color: #112BD2;
}
</style>
background-color css
<style>
a { background-color: #112BD2; }
a { background-color: rgb(17,43,210); }
div.DivClassName
{
background-color: #112BD2;
}
.BgClassName
{
background-color: #112BD2;
}
</style>
border-color css
<style>
span { border-color: #112BD2; }
span { border-color: rgb(17,43,210); }
td.TdClassName
{
border-color: #112BD2;
}
.TagClassName
{
border-color: #112BD2;
}
</style>