Shades of Persian Blue #114AD5
Tints of Persian Blue #114AD5
RGB
CMYK
RGB Variations
Color information
#114AD5 (or 0x114AD5) is known color: Persian Blue. HEX triplet: 11, 4A and D5. RGB value is (17,74,213). Sum of RGB (Red+Green+Blue) = 17+74+213=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #114AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114AD5 is #EEB52A. Grayscale: #484848. Windows color (decimal): -15643947 or 13978129. OLE color: 13978129.
HSL color Cylindrical-coordinate representation of color #114AD5: hue angle of 222.55º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114AD5 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 74 | 213 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.16 |
| HSL | 222.55º | 0.85% | 0.45% | - |
| HSV(B) | 222.55º | 0.92% | 0.84% | - |
| XYZ | 14.69 | 9.82 | 64.07 | - |
| YUV | 72.8 | 207.12 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 213 | 0.92 | 0.65 | 0 | 0.16 | 222.55 | 0.85 | 0.45 |
| Hex | 11 | 4A | D5 | 5C | 41 | 0 | 10 | DF | 55 | 2D |
| Octal | 21 | 112 | 325 | 134 | 101 | 0 | 20 | 337 | 125 | 55 |
| Binary | 10001 | 1001010 | 11010101 | 1011100 | 1000001 | 0 | 10000 | 11011111 | 1010101 | 101101 |
Color Harmonies of #114AD5
Complementary color
Monochromatic Colors of #114AD5
Black with #114AD5
Text Example
Text Example
White with #114AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AD5; }
p { color: rgb(17,74,213); }
H1.HeaderClassName
{
color: #114AD5;
}
.AnyTagClassName
{
color: #114AD5;
}
</style>
background-color css
<style>
a { background-color: #114AD5; }
a { background-color: rgb(17,74,213); }
div.DivClassName
{
background-color: #114AD5;
}
.BgClassName
{
background-color: #114AD5;
}
</style>
border-color css
<style>
span { border-color: #114AD5; }
span { border-color: rgb(17,74,213); }
td.TdClassName
{
border-color: #114AD5;
}
.TagClassName
{
border-color: #114AD5;
}
</style>