Shades of Persian Blue #112FE3
Tints of Persian Blue #112FE3
RGB
CMYK
RGB Variations
Color information
#112FE3 (or 0x112FE3) is known color: Persian Blue. HEX triplet: 11, 2F and E3. RGB value is (17,47,227). Sum of RGB (Red+Green+Blue) = 17+47+227=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 227 (89.06% from 255 or 78.01% from 291); Max value from RGB is 227 - color contains mainly: blue. Hex color #112FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FE3 is #EED01C. Grayscale: #393939. Windows color (decimal): -15650845 or 14888721. OLE color: 14888721.
HSL color Cylindrical-coordinate representation of color #112FE3: hue angle of 231.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FE3 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 47 | 227 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.11 |
| HSL | 231.43º | 0.86% | 0.48% | - |
| HSV(B) | 231.43º | 0.93% | 0.89% | - |
| XYZ | 15.11 | 7.7 | 73.36 | - |
| YUV | 58.55 | 223.06 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 227 | 0.93 | 0.79 | 0 | 0.11 | 231.43 | 0.86 | 0.48 |
| Hex | 11 | 2F | E3 | 5D | 4F | 0 | B | E7 | 56 | 30 |
| Octal | 21 | 57 | 343 | 135 | 117 | 0 | 13 | 347 | 126 | 60 |
| Binary | 10001 | 101111 | 11100011 | 1011101 | 1001111 | 0 | 1011 | 11100111 | 1010110 | 110000 |
Color Harmonies of #112FE3
Complementary color
Monochromatic Colors of #112FE3
Black with #112FE3
Text Example
Text Example
White with #112FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FE3; }
p { color: rgb(17,47,227); }
H1.HeaderClassName
{
color: #112FE3;
}
.AnyTagClassName
{
color: #112FE3;
}
</style>
background-color css
<style>
a { background-color: #112FE3; }
a { background-color: rgb(17,47,227); }
div.DivClassName
{
background-color: #112FE3;
}
.BgClassName
{
background-color: #112FE3;
}
</style>
border-color css
<style>
span { border-color: #112FE3; }
span { border-color: rgb(17,47,227); }
td.TdClassName
{
border-color: #112FE3;
}
.TagClassName
{
border-color: #112FE3;
}
</style>