Shades of Persian Blue #112AC2
Tints of Persian Blue #112AC2
RGB
CMYK
RGB Variations
Color information
#112AC2 (or 0x112AC2) is known color: Persian Blue. HEX triplet: 11, 2A and C2. RGB value is (17,42,194). Sum of RGB (Red+Green+Blue) = 17+42+194=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 194 (76.17% from 255 or 76.68% from 253); Max value from RGB is 194 - color contains mainly: blue. Hex color #112AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112AC2 is #EED53D. Grayscale: #333333. Windows color (decimal): -15652158 or 12724753. OLE color: 12724753.
HSL color Cylindrical-coordinate representation of color #112AC2: hue angle of 231.53º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112AC2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 42 | 194 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.24 |
| HSL | 231.53º | 0.84% | 0.41% | - |
| HSV(B) | 231.53º | 0.91% | 0.76% | - |
| XYZ | 10.8 | 5.67 | 51.56 | - |
| YUV | 51.85 | 208.22 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 194 | 0.91 | 0.78 | 0 | 0.24 | 231.53 | 0.84 | 0.41 |
| Hex | 11 | 2A | C2 | 5B | 4E | 0 | 18 | E8 | 54 | 29 |
| Octal | 21 | 52 | 302 | 133 | 116 | 0 | 30 | 350 | 124 | 51 |
| Binary | 10001 | 101010 | 11000010 | 1011011 | 1001110 | 0 | 11000 | 11101000 | 1010100 | 101001 |
Color Harmonies of #112AC2
Complementary color
Monochromatic Colors of #112AC2
Black with #112AC2
Text Example
Text Example
White with #112AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AC2; }
p { color: rgb(17,42,194); }
H1.HeaderClassName
{
color: #112AC2;
}
.AnyTagClassName
{
color: #112AC2;
}
</style>
background-color css
<style>
a { background-color: #112AC2; }
a { background-color: rgb(17,42,194); }
div.DivClassName
{
background-color: #112AC2;
}
.BgClassName
{
background-color: #112AC2;
}
</style>
border-color css
<style>
span { border-color: #112AC2; }
span { border-color: rgb(17,42,194); }
td.TdClassName
{
border-color: #112AC2;
}
.TagClassName
{
border-color: #112AC2;
}
</style>