Shades of Persian Blue #112FED
Tints of Persian Blue #112FED
RGB
CMYK
RGB Variations
Color information
#112FED (or 0x112FED) is known color: Persian Blue. HEX triplet: 11, 2F and ED. RGB value is (17,47,237). Sum of RGB (Red+Green+Blue) = 17+47+237=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #112FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FED is #EED012. Grayscale: #3A3A3A. Windows color (decimal): -15650835 or 15544081. OLE color: 15544081.
HSL color Cylindrical-coordinate representation of color #112FED: hue angle of 231.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FED is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 47 | 237 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.07 |
| HSL | 231.82º | 0.87% | 0.5% | - |
| HSV(B) | 231.82º | 0.93% | 0.93% | - |
| XYZ | 16.53 | 8.27 | 80.84 | - |
| YUV | 59.69 | 228.06 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 237 | 0.93 | 0.80 | 0 | 0.07 | 231.82 | 0.87 | 0.5 |
| Hex | 11 | 2F | ED | 5D | 50 | 0 | 7 | E8 | 57 | 32 |
| Octal | 21 | 57 | 355 | 135 | 120 | 0 | 7 | 350 | 127 | 62 |
| Binary | 10001 | 101111 | 11101101 | 1011101 | 1010000 | 0 | 111 | 11101000 | 1010111 | 110010 |
Color Harmonies of #112FED
Complementary color
Monochromatic Colors of #112FED
Black with #112FED
Text Example
Text Example
White with #112FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FED; }
p { color: rgb(17,47,237); }
H1.HeaderClassName
{
color: #112FED;
}
.AnyTagClassName
{
color: #112FED;
}
</style>
background-color css
<style>
a { background-color: #112FED; }
a { background-color: rgb(17,47,237); }
div.DivClassName
{
background-color: #112FED;
}
.BgClassName
{
background-color: #112FED;
}
</style>
border-color css
<style>
span { border-color: #112FED; }
span { border-color: rgb(17,47,237); }
td.TdClassName
{
border-color: #112FED;
}
.TagClassName
{
border-color: #112FED;
}
</style>