Shades of Persian Blue #111FCD
Tints of Persian Blue #111FCD
RGB
CMYK
RGB Variations
Color information
#111FCD (or 0x111FCD) is known color: Persian Blue. HEX triplet: 11, 1F and CD. RGB value is (17,31,205). Sum of RGB (Red+Green+Blue) = 17+31+205=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #111FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FCD is #EEE032. Grayscale: #2D2D2D. Windows color (decimal): -15654963 or 13442833. OLE color: 13442833.
HSL color Cylindrical-coordinate representation of color #111FCD: hue angle of 235.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111FCD is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 31 | 205 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.20 |
| HSL | 235.53º | 0.85% | 0.44% | - |
| HSV(B) | 235.53º | 0.92% | 0.8% | - |
| XYZ | 11.74 | 5.51 | 58.2 | - |
| YUV | 46.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 205 | 0.92 | 0.85 | 0 | 0.20 | 235.53 | 0.85 | 0.44 |
| Hex | 11 | 1F | CD | 5C | 55 | 0 | 14 | EC | 55 | 2C |
| Octal | 21 | 37 | 315 | 134 | 125 | 0 | 24 | 354 | 125 | 54 |
| Binary | 10001 | 11111 | 11001101 | 1011100 | 1010101 | 0 | 10100 | 11101100 | 1010101 | 101100 |
Color Harmonies of #111FCD
Complementary color
Monochromatic Colors of #111FCD
Black with #111FCD
Text Example
Text Example
White with #111FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FCD; }
p { color: rgb(17,31,205); }
H1.HeaderClassName
{
color: #111FCD;
}
.AnyTagClassName
{
color: #111FCD;
}
</style>
background-color css
<style>
a { background-color: #111FCD; }
a { background-color: rgb(17,31,205); }
div.DivClassName
{
background-color: #111FCD;
}
.BgClassName
{
background-color: #111FCD;
}
</style>
border-color css
<style>
span { border-color: #111FCD; }
span { border-color: rgb(17,31,205); }
td.TdClassName
{
border-color: #111FCD;
}
.TagClassName
{
border-color: #111FCD;
}
</style>