Shades of Persian Blue #112EC3
Tints of Persian Blue #112EC3
RGB
CMYK
RGB Variations
Color information
#112EC3 (or 0x112EC3) is known color: Persian Blue. HEX triplet: 11, 2E and C3. RGB value is (17,46,195). Sum of RGB (Red+Green+Blue) = 17+46+195=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #112EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EC3 is #EED13C. Grayscale: #353535. Windows color (decimal): -15651133 or 12791313. OLE color: 12791313.
HSL color Cylindrical-coordinate representation of color #112EC3: hue angle of 230.22º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112EC3 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 46 | 195 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.24 |
| HSL | 230.22º | 0.84% | 0.42% | - |
| HSV(B) | 230.22º | 0.91% | 0.76% | - |
| XYZ | 11.06 | 6.01 | 52.21 | - |
| YUV | 54.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 195 | 0.91 | 0.76 | 0 | 0.24 | 230.22 | 0.84 | 0.42 |
| Hex | 11 | 2E | C3 | 5B | 4C | 0 | 18 | E6 | 54 | 2A |
| Octal | 21 | 56 | 303 | 133 | 114 | 0 | 30 | 346 | 124 | 52 |
| Binary | 10001 | 101110 | 11000011 | 1011011 | 1001100 | 0 | 11000 | 11100110 | 1010100 | 101010 |
Color Harmonies of #112EC3
Complementary color
Monochromatic Colors of #112EC3
Black with #112EC3
Text Example
Text Example
White with #112EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EC3; }
p { color: rgb(17,46,195); }
H1.HeaderClassName
{
color: #112EC3;
}
.AnyTagClassName
{
color: #112EC3;
}
</style>
background-color css
<style>
a { background-color: #112EC3; }
a { background-color: rgb(17,46,195); }
div.DivClassName
{
background-color: #112EC3;
}
.BgClassName
{
background-color: #112EC3;
}
</style>
border-color css
<style>
span { border-color: #112EC3; }
span { border-color: rgb(17,46,195); }
td.TdClassName
{
border-color: #112EC3;
}
.TagClassName
{
border-color: #112EC3;
}
</style>