Shades of Persian Blue #112FBB
Tints of Persian Blue #112FBB
RGB
CMYK
RGB Variations
Color information
#112FBB (or 0x112FBB) is known color: Persian Blue. HEX triplet: 11, 2F and BB. RGB value is (17,47,187). Sum of RGB (Red+Green+Blue) = 17+47+187=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #112FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FBB is #EED044. Grayscale: #353535. Windows color (decimal): -15650885 or 12267281. OLE color: 12267281.
HSL color Cylindrical-coordinate representation of color #112FBB: hue angle of 229.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112FBB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 47 | 187 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.27 |
| HSL | 229.41º | 0.83% | 0.4% | - |
| HSV(B) | 229.41º | 0.91% | 0.73% | - |
| XYZ | 10.22 | 5.74 | 47.58 | - |
| YUV | 53.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 187 | 0.91 | 0.75 | 0 | 0.27 | 229.41 | 0.83 | 0.4 |
| Hex | 11 | 2F | BB | 5B | 4B | 0 | 1B | E5 | 53 | 28 |
| Octal | 21 | 57 | 273 | 133 | 113 | 0 | 33 | 345 | 123 | 50 |
| Binary | 10001 | 101111 | 10111011 | 1011011 | 1001011 | 0 | 11011 | 11100101 | 1010011 | 101000 |
Color Harmonies of #112FBB
Complementary color
Monochromatic Colors of #112FBB
Black with #112FBB
Text Example
Text Example
White with #112FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FBB; }
p { color: rgb(17,47,187); }
H1.HeaderClassName
{
color: #112FBB;
}
.AnyTagClassName
{
color: #112FBB;
}
</style>
background-color css
<style>
a { background-color: #112FBB; }
a { background-color: rgb(17,47,187); }
div.DivClassName
{
background-color: #112FBB;
}
.BgClassName
{
background-color: #112FBB;
}
</style>
border-color css
<style>
span { border-color: #112FBB; }
span { border-color: rgb(17,47,187); }
td.TdClassName
{
border-color: #112FBB;
}
.TagClassName
{
border-color: #112FBB;
}
</style>