Shades of Persian Blue #1149E0
Tints of Persian Blue #1149E0
RGB
CMYK
RGB Variations
Color information
#1149E0 (or 0x1149E0) is known color: Persian Blue. HEX triplet: 11, 49 and E0. RGB value is (17,73,224). Sum of RGB (Red+Green+Blue) = 17+73+224=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #1149E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149E0 is #EEB61F. Grayscale: #484848. Windows color (decimal): -15644192 or 14698769. OLE color: 14698769.
HSL color Cylindrical-coordinate representation of color #1149E0: hue angle of 223.77º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1149E0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 73 | 224 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.12 |
| HSL | 223.77º | 0.86% | 0.47% | - |
| HSV(B) | 223.77º | 0.92% | 0.88% | - |
| XYZ | 16.07 | 10.27 | 71.66 | - |
| YUV | 73.47 | 212.95 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 224 | 0.92 | 0.67 | 0 | 0.12 | 223.77 | 0.86 | 0.47 |
| Hex | 11 | 49 | E0 | 5C | 43 | 0 | C | E0 | 56 | 2F |
| Octal | 21 | 111 | 340 | 134 | 103 | 0 | 14 | 340 | 126 | 57 |
| Binary | 10001 | 1001001 | 11100000 | 1011100 | 1000011 | 0 | 1100 | 11100000 | 1010110 | 101111 |
Color Harmonies of #1149E0
Complementary color
Monochromatic Colors of #1149E0
Black with #1149E0
Text Example
Text Example
White with #1149E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149E0; }
p { color: rgb(17,73,224); }
H1.HeaderClassName
{
color: #1149E0;
}
.AnyTagClassName
{
color: #1149E0;
}
</style>
background-color css
<style>
a { background-color: #1149E0; }
a { background-color: rgb(17,73,224); }
div.DivClassName
{
background-color: #1149E0;
}
.BgClassName
{
background-color: #1149E0;
}
</style>
border-color css
<style>
span { border-color: #1149E0; }
span { border-color: rgb(17,73,224); }
td.TdClassName
{
border-color: #1149E0;
}
.TagClassName
{
border-color: #1149E0;
}
</style>