Shades of Persian Blue #112DCD
Tints of Persian Blue #112DCD
RGB
CMYK
RGB Variations
Color information
#112DCD (or 0x112DCD) is known color: Persian Blue. HEX triplet: 11, 2D and CD. RGB value is (17,45,205). Sum of RGB (Red+Green+Blue) = 17+45+205=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #112DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DCD is #EED232. Grayscale: #363636. Windows color (decimal): -15651379 or 13446417. OLE color: 13446417.
HSL color Cylindrical-coordinate representation of color #112DCD: hue angle of 231.06º 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 #112DCD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 45 | 205 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.20 |
| HSL | 231.06º | 0.85% | 0.44% | - |
| HSV(B) | 231.06º | 0.92% | 0.8% | - |
| XYZ | 12.19 | 6.4 | 58.35 | - |
| YUV | 54.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 205 | 0.92 | 0.78 | 0 | 0.20 | 231.06 | 0.85 | 0.44 |
| Hex | 11 | 2D | CD | 5C | 4E | 0 | 14 | E7 | 55 | 2C |
| Octal | 21 | 55 | 315 | 134 | 116 | 0 | 24 | 347 | 125 | 54 |
| Binary | 10001 | 101101 | 11001101 | 1011100 | 1001110 | 0 | 10100 | 11100111 | 1010101 | 101100 |
Color Harmonies of #112DCD
Complementary color
Monochromatic Colors of #112DCD
Black with #112DCD
Text Example
Text Example
White with #112DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DCD; }
p { color: rgb(17,45,205); }
H1.HeaderClassName
{
color: #112DCD;
}
.AnyTagClassName
{
color: #112DCD;
}
</style>
background-color css
<style>
a { background-color: #112DCD; }
a { background-color: rgb(17,45,205); }
div.DivClassName
{
background-color: #112DCD;
}
.BgClassName
{
background-color: #112DCD;
}
</style>
border-color css
<style>
span { border-color: #112DCD; }
span { border-color: rgb(17,45,205); }
td.TdClassName
{
border-color: #112DCD;
}
.TagClassName
{
border-color: #112DCD;
}
</style>