Shades of Persian Blue #114ADB
Tints of Persian Blue #114ADB
RGB
CMYK
RGB Variations
Color information
#114ADB (or 0x114ADB) is known color: Persian Blue. HEX triplet: 11, 4A and DB. RGB value is (17,74,219). Sum of RGB (Red+Green+Blue) = 17+74+219=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #114ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADB is #EEB524. Grayscale: #484848. Windows color (decimal): -15643941 or 14371345. OLE color: 14371345.
HSL color Cylindrical-coordinate representation of color #114ADB: hue angle of 223.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ADB is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 74 | 219 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.14 |
| HSL | 223.07º | 0.86% | 0.46% | - |
| HSV(B) | 223.07º | 0.92% | 0.86% | - |
| XYZ | 15.47 | 10.13 | 68.16 | - |
| YUV | 73.49 | 210.12 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 219 | 0.92 | 0.66 | 0 | 0.14 | 223.07 | 0.86 | 0.46 |
| Hex | 11 | 4A | DB | 5C | 42 | 0 | E | DF | 56 | 2E |
| Octal | 21 | 112 | 333 | 134 | 102 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10001 | 1001010 | 11011011 | 1011100 | 1000010 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #114ADB
Complementary color
Monochromatic Colors of #114ADB
Black with #114ADB
Text Example
Text Example
White with #114ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ADB; }
p { color: rgb(17,74,219); }
H1.HeaderClassName
{
color: #114ADB;
}
.AnyTagClassName
{
color: #114ADB;
}
</style>
background-color css
<style>
a { background-color: #114ADB; }
a { background-color: rgb(17,74,219); }
div.DivClassName
{
background-color: #114ADB;
}
.BgClassName
{
background-color: #114ADB;
}
</style>
border-color css
<style>
span { border-color: #114ADB; }
span { border-color: rgb(17,74,219); }
td.TdClassName
{
border-color: #114ADB;
}
.TagClassName
{
border-color: #114ADB;
}
</style>