Shades of Persian Blue #111ABD
Tints of Persian Blue #111ABD
RGB
CMYK
RGB Variations
Color information
#111ABD (or 0x111ABD) is known color: Persian Blue. HEX triplet: 11, 1A and BD. RGB value is (17,26,189). Sum of RGB (Red+Green+Blue) = 17+26+189=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #111ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ABD is #EEE542. Grayscale: #292929. Windows color (decimal): -15656259 or 12392977. OLE color: 12392977.
HSL color Cylindrical-coordinate representation of color #111ABD: hue angle of 236.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111ABD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 26 | 189 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.26 |
| HSL | 236.86º | 0.83% | 0.4% | - |
| HSV(B) | 236.86º | 0.91% | 0.74% | - |
| XYZ | 9.79 | 4.53 | 48.5 | - |
| YUV | 41.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 189 | 0.91 | 0.86 | 0 | 0.26 | 236.86 | 0.83 | 0.4 |
| Hex | 11 | 1A | BD | 5B | 56 | 0 | 1A | ED | 53 | 28 |
| Octal | 21 | 32 | 275 | 133 | 126 | 0 | 32 | 355 | 123 | 50 |
| Binary | 10001 | 11010 | 10111101 | 1011011 | 1010110 | 0 | 11010 | 11101101 | 1010011 | 101000 |
Color Harmonies of #111ABD
Complementary color
Monochromatic Colors of #111ABD
Black with #111ABD
Text Example
Text Example
White with #111ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ABD; }
p { color: rgb(17,26,189); }
H1.HeaderClassName
{
color: #111ABD;
}
.AnyTagClassName
{
color: #111ABD;
}
</style>
background-color css
<style>
a { background-color: #111ABD; }
a { background-color: rgb(17,26,189); }
div.DivClassName
{
background-color: #111ABD;
}
.BgClassName
{
background-color: #111ABD;
}
</style>
border-color css
<style>
span { border-color: #111ABD; }
span { border-color: rgb(17,26,189); }
td.TdClassName
{
border-color: #111ABD;
}
.TagClassName
{
border-color: #111ABD;
}
</style>