Shades of Persian Blue #112FE6
Tints of Persian Blue #112FE6
RGB
CMYK
RGB Variations
Color information
#112FE6 (or 0x112FE6) is known color: Persian Blue. HEX triplet: 11, 2F and E6. RGB value is (17,47,230). Sum of RGB (Red+Green+Blue) = 17+47+230=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #112FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FE6 is #EED019. Grayscale: #3A3A3A. Windows color (decimal): -15650842 or 15085329. OLE color: 15085329.
HSL color Cylindrical-coordinate representation of color #112FE6: hue angle of 231.55º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FE6 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 47 | 230 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.10 |
| HSL | 231.55º | 0.86% | 0.48% | - |
| HSV(B) | 231.55º | 0.93% | 0.9% | - |
| XYZ | 15.53 | 7.87 | 75.56 | - |
| YUV | 58.89 | 224.56 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 230 | 0.93 | 0.80 | 0 | 0.10 | 231.55 | 0.86 | 0.48 |
| Hex | 11 | 2F | E6 | 5D | 50 | 0 | A | E8 | 56 | 30 |
| Octal | 21 | 57 | 346 | 135 | 120 | 0 | 12 | 350 | 126 | 60 |
| Binary | 10001 | 101111 | 11100110 | 1011101 | 1010000 | 0 | 1010 | 11101000 | 1010110 | 110000 |
Color Harmonies of #112FE6
Complementary color
Monochromatic Colors of #112FE6
Black with #112FE6
Text Example
Text Example
White with #112FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FE6; }
p { color: rgb(17,47,230); }
H1.HeaderClassName
{
color: #112FE6;
}
.AnyTagClassName
{
color: #112FE6;
}
</style>
background-color css
<style>
a { background-color: #112FE6; }
a { background-color: rgb(17,47,230); }
div.DivClassName
{
background-color: #112FE6;
}
.BgClassName
{
background-color: #112FE6;
}
</style>
border-color css
<style>
span { border-color: #112FE6; }
span { border-color: rgb(17,47,230); }
td.TdClassName
{
border-color: #112FE6;
}
.TagClassName
{
border-color: #112FE6;
}
</style>