Shades of Persian Blue #114ABE
Tints of Persian Blue #114ABE
RGB
CMYK
RGB Variations
Color information
#114ABE (or 0x114ABE) is known color: Persian Blue. HEX triplet: 11, 4A and BE. RGB value is (17,74,190). Sum of RGB (Red+Green+Blue) = 17+74+190=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #114ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABE is #EEB541. Grayscale: #454545. Windows color (decimal): -15643970 or 12470801. OLE color: 12470801.
HSL color Cylindrical-coordinate representation of color #114ABE: hue angle of 220.23º 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 #114ABE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 74 | 190 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.25 |
| HSL | 220.23º | 0.84% | 0.41% | - |
| HSV(B) | 220.23º | 0.91% | 0.75% | - |
| XYZ | 11.97 | 8.73 | 49.77 | - |
| YUV | 70.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 190 | 0.91 | 0.61 | 0 | 0.25 | 220.23 | 0.84 | 0.41 |
| Hex | 11 | 4A | BE | 5B | 3D | 0 | 19 | DC | 54 | 29 |
| Octal | 21 | 112 | 276 | 133 | 75 | 0 | 31 | 334 | 124 | 51 |
| Binary | 10001 | 1001010 | 10111110 | 1011011 | 111101 | 0 | 11001 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114ABE
Complementary color
Monochromatic Colors of #114ABE
Black with #114ABE
Text Example
Text Example
White with #114ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ABE; }
p { color: rgb(17,74,190); }
H1.HeaderClassName
{
color: #114ABE;
}
.AnyTagClassName
{
color: #114ABE;
}
</style>
background-color css
<style>
a { background-color: #114ABE; }
a { background-color: rgb(17,74,190); }
div.DivClassName
{
background-color: #114ABE;
}
.BgClassName
{
background-color: #114ABE;
}
</style>
border-color css
<style>
span { border-color: #114ABE; }
span { border-color: rgb(17,74,190); }
td.TdClassName
{
border-color: #114ABE;
}
.TagClassName
{
border-color: #114ABE;
}
</style>