Shades of Persian Blue #112FCD
Tints of Persian Blue #112FCD
RGB
CMYK
RGB Variations
Color information
#112FCD (or 0x112FCD) is known color: Persian Blue. HEX triplet: 11, 2F and CD. RGB value is (17,47,205). Sum of RGB (Red+Green+Blue) = 17+47+205=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #112FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FCD is #EED032. Grayscale: #373737. Windows color (decimal): -15650867 or 13446929. OLE color: 13446929.
HSL color Cylindrical-coordinate representation of color #112FCD: hue angle of 230.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112FCD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 47 | 205 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.20 |
| HSL | 230.43º | 0.85% | 0.44% | - |
| HSV(B) | 230.43º | 0.92% | 0.8% | - |
| XYZ | 12.27 | 6.56 | 58.38 | - |
| YUV | 56.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 205 | 0.92 | 0.77 | 0 | 0.20 | 230.43 | 0.85 | 0.44 |
| Hex | 11 | 2F | CD | 5C | 4D | 0 | 14 | E6 | 55 | 2C |
| Octal | 21 | 57 | 315 | 134 | 115 | 0 | 24 | 346 | 125 | 54 |
| Binary | 10001 | 101111 | 11001101 | 1011100 | 1001101 | 0 | 10100 | 11100110 | 1010101 | 101100 |
Color Harmonies of #112FCD
Complementary color
Monochromatic Colors of #112FCD
Black with #112FCD
Text Example
Text Example
White with #112FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FCD; }
p { color: rgb(17,47,205); }
H1.HeaderClassName
{
color: #112FCD;
}
.AnyTagClassName
{
color: #112FCD;
}
</style>
background-color css
<style>
a { background-color: #112FCD; }
a { background-color: rgb(17,47,205); }
div.DivClassName
{
background-color: #112FCD;
}
.BgClassName
{
background-color: #112FCD;
}
</style>
border-color css
<style>
span { border-color: #112FCD; }
span { border-color: rgb(17,47,205); }
td.TdClassName
{
border-color: #112FCD;
}
.TagClassName
{
border-color: #112FCD;
}
</style>