Shades of Persian Blue #114ABB
Tints of Persian Blue #114ABB
RGB
CMYK
RGB Variations
Color information
#114ABB (or 0x114ABB) is known color: Persian Blue. HEX triplet: 11, 4A and BB. RGB value is (17,74,187). Sum of RGB (Red+Green+Blue) = 17+74+187=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #114ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ABB is #EEB544. Grayscale: #454545. Windows color (decimal): -15643973 or 12274193. OLE color: 12274193.
HSL color Cylindrical-coordinate representation of color #114ABB: hue angle of 219.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114ABB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 74 | 187 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.27 |
| HSL | 219.88º | 0.83% | 0.4% | - |
| HSV(B) | 219.88º | 0.91% | 0.73% | - |
| XYZ | 11.65 | 8.6 | 48.06 | - |
| YUV | 69.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 187 | 0.91 | 0.60 | 0 | 0.27 | 219.88 | 0.83 | 0.4 |
| Hex | 11 | 4A | BB | 5B | 3C | 0 | 1B | DC | 53 | 28 |
| Octal | 21 | 112 | 273 | 133 | 74 | 0 | 33 | 334 | 123 | 50 |
| Binary | 10001 | 1001010 | 10111011 | 1011011 | 111100 | 0 | 11011 | 11011100 | 1010011 | 101000 |
Color Harmonies of #114ABB
Complementary color
Monochromatic Colors of #114ABB
Black with #114ABB
Text Example
Text Example
White with #114ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ABB; }
p { color: rgb(17,74,187); }
H1.HeaderClassName
{
color: #114ABB;
}
.AnyTagClassName
{
color: #114ABB;
}
</style>
background-color css
<style>
a { background-color: #114ABB; }
a { background-color: rgb(17,74,187); }
div.DivClassName
{
background-color: #114ABB;
}
.BgClassName
{
background-color: #114ABB;
}
</style>
border-color css
<style>
span { border-color: #114ABB; }
span { border-color: rgb(17,74,187); }
td.TdClassName
{
border-color: #114ABB;
}
.TagClassName
{
border-color: #114ABB;
}
</style>