Shades of Persian Blue #112DB5
Tints of Persian Blue #112DB5
RGB
CMYK
RGB Variations
Color information
#112DB5 (or 0x112DB5) is known color: Persian Blue. HEX triplet: 11, 2D and B5. RGB value is (17,45,181). Sum of RGB (Red+Green+Blue) = 17+45+181=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 181 (71.09% from 255 or 74.49% from 243); Max value from RGB is 181 - color contains mainly: blue. Hex color #112DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DB5 is #EED24A. Grayscale: #333333. Windows color (decimal): -15651403 or 11873553. OLE color: 11873553.
HSL color Cylindrical-coordinate representation of color #112DB5: hue angle of 229.76º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DB5 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 45 | 181 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.29 |
| HSL | 229.76º | 0.83% | 0.39% | - |
| HSV(B) | 229.76º | 0.91% | 0.71% | - |
| XYZ | 9.51 | 5.33 | 44.24 | - |
| YUV | 52.13 | 200.72 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 181 | 0.91 | 0.75 | 0 | 0.29 | 229.76 | 0.83 | 0.39 |
| Hex | 11 | 2D | B5 | 5B | 4B | 0 | 1D | E6 | 53 | 27 |
| Octal | 21 | 55 | 265 | 133 | 113 | 0 | 35 | 346 | 123 | 47 |
| Binary | 10001 | 101101 | 10110101 | 1011011 | 1001011 | 0 | 11101 | 11100110 | 1010011 | 100111 |
Color Harmonies of #112DB5
Complementary color
Monochromatic Colors of #112DB5
Black with #112DB5
Text Example
Text Example
White with #112DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DB5; }
p { color: rgb(17,45,181); }
H1.HeaderClassName
{
color: #112DB5;
}
.AnyTagClassName
{
color: #112DB5;
}
</style>
background-color css
<style>
a { background-color: #112DB5; }
a { background-color: rgb(17,45,181); }
div.DivClassName
{
background-color: #112DB5;
}
.BgClassName
{
background-color: #112DB5;
}
</style>
border-color css
<style>
span { border-color: #112DB5; }
span { border-color: rgb(17,45,181); }
td.TdClassName
{
border-color: #112DB5;
}
.TagClassName
{
border-color: #112DB5;
}
</style>