Shades of Persian Blue #111FBA
Tints of Persian Blue #111FBA
RGB
CMYK
RGB Variations
Color information
#111FBA (or 0x111FBA) is known color: Persian Blue. HEX triplet: 11, 1F and BA. RGB value is (17,31,186). Sum of RGB (Red+Green+Blue) = 17+31+186=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #111FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FBA is #EEE045. Grayscale: #2B2B2B. Windows color (decimal): -15654982 or 12197649. OLE color: 12197649.
HSL color Cylindrical-coordinate representation of color #111FBA: hue angle of 235.03º 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 #111FBA is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 31 | 186 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.27 |
| HSL | 235.03º | 0.83% | 0.4% | - |
| HSV(B) | 235.03º | 0.91% | 0.73% | - |
| XYZ | 9.58 | 4.64 | 46.85 | - |
| YUV | 44.48 | 207.86 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 186 | 0.91 | 0.83 | 0 | 0.27 | 235.03 | 0.83 | 0.4 |
| Hex | 11 | 1F | BA | 5B | 53 | 0 | 1B | EB | 53 | 28 |
| Octal | 21 | 37 | 272 | 133 | 123 | 0 | 33 | 353 | 123 | 50 |
| Binary | 10001 | 11111 | 10111010 | 1011011 | 1010011 | 0 | 11011 | 11101011 | 1010011 | 101000 |
Color Harmonies of #111FBA
Complementary color
Monochromatic Colors of #111FBA
Black with #111FBA
Text Example
Text Example
White with #111FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FBA; }
p { color: rgb(17,31,186); }
H1.HeaderClassName
{
color: #111FBA;
}
.AnyTagClassName
{
color: #111FBA;
}
</style>
background-color css
<style>
a { background-color: #111FBA; }
a { background-color: rgb(17,31,186); }
div.DivClassName
{
background-color: #111FBA;
}
.BgClassName
{
background-color: #111FBA;
}
</style>
border-color css
<style>
span { border-color: #111FBA; }
span { border-color: rgb(17,31,186); }
td.TdClassName
{
border-color: #111FBA;
}
.TagClassName
{
border-color: #111FBA;
}
</style>