Shades of Persian Blue #111CBD
Tints of Persian Blue #111CBD
RGB
CMYK
RGB Variations
Color information
#111CBD (or 0x111CBD) is known color: Persian Blue. HEX triplet: 11, 1C and BD. RGB value is (17,28,189). Sum of RGB (Red+Green+Blue) = 17+28+189=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #111CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBD is #EEE342. Grayscale: #2A2A2A. Windows color (decimal): -15655747 or 12393489. OLE color: 12393489.
HSL color Cylindrical-coordinate representation of color #111CBD: hue angle of 236.16º 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 #111CBD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 28 | 189 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.26 |
| HSL | 236.16º | 0.83% | 0.4% | - |
| HSV(B) | 236.16º | 0.91% | 0.74% | - |
| XYZ | 9.83 | 4.62 | 48.52 | - |
| YUV | 43.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 189 | 0.91 | 0.85 | 0 | 0.26 | 236.16 | 0.83 | 0.4 |
| Hex | 11 | 1C | BD | 5B | 55 | 0 | 1A | EC | 53 | 28 |
| Octal | 21 | 34 | 275 | 133 | 125 | 0 | 32 | 354 | 123 | 50 |
| Binary | 10001 | 11100 | 10111101 | 1011011 | 1010101 | 0 | 11010 | 11101100 | 1010011 | 101000 |
Color Harmonies of #111CBD
Complementary color
Monochromatic Colors of #111CBD
Black with #111CBD
Text Example
Text Example
White with #111CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CBD; }
p { color: rgb(17,28,189); }
H1.HeaderClassName
{
color: #111CBD;
}
.AnyTagClassName
{
color: #111CBD;
}
</style>
background-color css
<style>
a { background-color: #111CBD; }
a { background-color: rgb(17,28,189); }
div.DivClassName
{
background-color: #111CBD;
}
.BgClassName
{
background-color: #111CBD;
}
</style>
border-color css
<style>
span { border-color: #111CBD; }
span { border-color: rgb(17,28,189); }
td.TdClassName
{
border-color: #111CBD;
}
.TagClassName
{
border-color: #111CBD;
}
</style>