Shades of Persian Blue #114AC0
Tints of Persian Blue #114AC0
RGB
CMYK
RGB Variations
Color information
#114AC0 (or 0x114AC0) is known color: Persian Blue. HEX triplet: 11, 4A and C0. RGB value is (17,74,192). Sum of RGB (Red+Green+Blue) = 17+74+192=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #114AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114AC0 is #EEB53F. Grayscale: #454545. Windows color (decimal): -15643968 or 12601873. OLE color: 12601873.
HSL color Cylindrical-coordinate representation of color #114AC0: hue angle of 220.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114AC0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 74 | 192 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.25 |
| HSL | 220.46º | 0.84% | 0.41% | - |
| HSV(B) | 220.46º | 0.91% | 0.75% | - |
| XYZ | 12.19 | 8.82 | 50.93 | - |
| YUV | 70.41 | 196.62 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 192 | 0.91 | 0.61 | 0 | 0.25 | 220.46 | 0.84 | 0.41 |
| Hex | 11 | 4A | C0 | 5B | 3D | 0 | 19 | DC | 54 | 29 |
| Octal | 21 | 112 | 300 | 133 | 75 | 0 | 31 | 334 | 124 | 51 |
| Binary | 10001 | 1001010 | 11000000 | 1011011 | 111101 | 0 | 11001 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114AC0
Complementary color
Monochromatic Colors of #114AC0
Black with #114AC0
Text Example
Text Example
White with #114AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AC0; }
p { color: rgb(17,74,192); }
H1.HeaderClassName
{
color: #114AC0;
}
.AnyTagClassName
{
color: #114AC0;
}
</style>
background-color css
<style>
a { background-color: #114AC0; }
a { background-color: rgb(17,74,192); }
div.DivClassName
{
background-color: #114AC0;
}
.BgClassName
{
background-color: #114AC0;
}
</style>
border-color css
<style>
span { border-color: #114AC0; }
span { border-color: rgb(17,74,192); }
td.TdClassName
{
border-color: #114AC0;
}
.TagClassName
{
border-color: #114AC0;
}
</style>