Shades of Persian Blue #112FE0
Tints of Persian Blue #112FE0
RGB
CMYK
RGB Variations
Color information
#112FE0 (or 0x112FE0) is known color: Persian Blue. HEX triplet: 11, 2F and E0. RGB value is (17,47,224). Sum of RGB (Red+Green+Blue) = 17+47+224=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #112FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FE0 is #EED01F. Grayscale: #393939. Windows color (decimal): -15650848 or 14692113. OLE color: 14692113.
HSL color Cylindrical-coordinate representation of color #112FE0: hue angle of 231.3º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112FE0 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 47 | 224 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.12 |
| HSL | 231.3º | 0.86% | 0.47% | - |
| HSV(B) | 231.3º | 0.92% | 0.88% | - |
| XYZ | 14.7 | 7.53 | 71.2 | - |
| YUV | 58.21 | 221.56 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 224 | 0.92 | 0.79 | 0 | 0.12 | 231.3 | 0.86 | 0.47 |
| Hex | 11 | 2F | E0 | 5C | 4F | 0 | C | E7 | 56 | 2F |
| Octal | 21 | 57 | 340 | 134 | 117 | 0 | 14 | 347 | 126 | 57 |
| Binary | 10001 | 101111 | 11100000 | 1011100 | 1001111 | 0 | 1100 | 11100111 | 1010110 | 101111 |
Color Harmonies of #112FE0
Complementary color
Monochromatic Colors of #112FE0
Black with #112FE0
Text Example
Text Example
White with #112FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FE0; }
p { color: rgb(17,47,224); }
H1.HeaderClassName
{
color: #112FE0;
}
.AnyTagClassName
{
color: #112FE0;
}
</style>
background-color css
<style>
a { background-color: #112FE0; }
a { background-color: rgb(17,47,224); }
div.DivClassName
{
background-color: #112FE0;
}
.BgClassName
{
background-color: #112FE0;
}
</style>
border-color css
<style>
span { border-color: #112FE0; }
span { border-color: rgb(17,47,224); }
td.TdClassName
{
border-color: #112FE0;
}
.TagClassName
{
border-color: #112FE0;
}
</style>