Shades of Persian Blue #112FC1
Tints of Persian Blue #112FC1
RGB
CMYK
RGB Variations
Color information
#112FC1 (or 0x112FC1) is known color: Persian Blue. HEX triplet: 11, 2F and C1. RGB value is (17,47,193). Sum of RGB (Red+Green+Blue) = 17+47+193=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #112FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FC1 is #EED03E. Grayscale: #363636. Windows color (decimal): -15650879 or 12660497. OLE color: 12660497.
HSL color Cylindrical-coordinate representation of color #112FC1: hue angle of 229.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112FC1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 47 | 193 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.24 |
| HSL | 229.77º | 0.84% | 0.41% | - |
| HSV(B) | 229.77º | 0.91% | 0.76% | - |
| XYZ | 10.87 | 6 | 51.04 | - |
| YUV | 54.67 | 206.06 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 193 | 0.91 | 0.76 | 0 | 0.24 | 229.77 | 0.84 | 0.41 |
| Hex | 11 | 2F | C1 | 5B | 4C | 0 | 18 | E6 | 54 | 29 |
| Octal | 21 | 57 | 301 | 133 | 114 | 0 | 30 | 346 | 124 | 51 |
| Binary | 10001 | 101111 | 11000001 | 1011011 | 1001100 | 0 | 11000 | 11100110 | 1010100 | 101001 |
Color Harmonies of #112FC1
Complementary color
Monochromatic Colors of #112FC1
Black with #112FC1
Text Example
Text Example
White with #112FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FC1; }
p { color: rgb(17,47,193); }
H1.HeaderClassName
{
color: #112FC1;
}
.AnyTagClassName
{
color: #112FC1;
}
</style>
background-color css
<style>
a { background-color: #112FC1; }
a { background-color: rgb(17,47,193); }
div.DivClassName
{
background-color: #112FC1;
}
.BgClassName
{
background-color: #112FC1;
}
</style>
border-color css
<style>
span { border-color: #112FC1; }
span { border-color: rgb(17,47,193); }
td.TdClassName
{
border-color: #112FC1;
}
.TagClassName
{
border-color: #112FC1;
}
</style>