Shades of Persian Blue #114ACE
Tints of Persian Blue #114ACE
RGB
CMYK
RGB Variations
Color information
#114ACE (or 0x114ACE) is known color: Persian Blue. HEX triplet: 11, 4A and CE. RGB value is (17,74,206). Sum of RGB (Red+Green+Blue) = 17+74+206=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #114ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ACE is #EEB531. Grayscale: #474747. Windows color (decimal): -15643954 or 13519377. OLE color: 13519377.
HSL color Cylindrical-coordinate representation of color #114ACE: hue angle of 221.9º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ACE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 74 | 206 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.19 |
| HSL | 221.9º | 0.85% | 0.44% | - |
| HSV(B) | 221.9º | 0.92% | 0.81% | - |
| XYZ | 13.82 | 9.47 | 59.49 | - |
| YUV | 72.01 | 203.62 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 206 | 0.92 | 0.64 | 0 | 0.19 | 221.9 | 0.85 | 0.44 |
| Hex | 11 | 4A | CE | 5C | 40 | 0 | 13 | DE | 55 | 2C |
| Octal | 21 | 112 | 316 | 134 | 100 | 0 | 23 | 336 | 125 | 54 |
| Binary | 10001 | 1001010 | 11001110 | 1011100 | 1000000 | 0 | 10011 | 11011110 | 1010101 | 101100 |
Color Harmonies of #114ACE
Complementary color
Monochromatic Colors of #114ACE
Black with #114ACE
Text Example
Text Example
White with #114ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ACE; }
p { color: rgb(17,74,206); }
H1.HeaderClassName
{
color: #114ACE;
}
.AnyTagClassName
{
color: #114ACE;
}
</style>
background-color css
<style>
a { background-color: #114ACE; }
a { background-color: rgb(17,74,206); }
div.DivClassName
{
background-color: #114ACE;
}
.BgClassName
{
background-color: #114ACE;
}
</style>
border-color css
<style>
span { border-color: #114ACE; }
span { border-color: rgb(17,74,206); }
td.TdClassName
{
border-color: #114ACE;
}
.TagClassName
{
border-color: #114ACE;
}
</style>