Shades of Persian Blue #1149CF
Tints of Persian Blue #1149CF
RGB
CMYK
RGB Variations
Color information
#1149CF (or 0x1149CF) is known color: Persian Blue. HEX triplet: 11, 49 and CF. RGB value is (17,73,207). Sum of RGB (Red+Green+Blue) = 17+73+207=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #1149CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149CF is #EEB630. Grayscale: #464646. Windows color (decimal): -15644209 or 13584657. OLE color: 13584657.
HSL color Cylindrical-coordinate representation of color #1149CF: hue angle of 222.32º 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 #1149CF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 73 | 207 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.19 |
| HSL | 222.32º | 0.85% | 0.44% | - |
| HSV(B) | 222.32º | 0.92% | 0.81% | - |
| XYZ | 13.88 | 9.39 | 60.11 | - |
| YUV | 71.53 | 204.45 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 207 | 0.92 | 0.65 | 0 | 0.19 | 222.32 | 0.85 | 0.44 |
| Hex | 11 | 49 | CF | 5C | 41 | 0 | 13 | DE | 55 | 2C |
| Octal | 21 | 111 | 317 | 134 | 101 | 0 | 23 | 336 | 125 | 54 |
| Binary | 10001 | 1001001 | 11001111 | 1011100 | 1000001 | 0 | 10011 | 11011110 | 1010101 | 101100 |
Color Harmonies of #1149CF
Complementary color
Monochromatic Colors of #1149CF
Black with #1149CF
Text Example
Text Example
White with #1149CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149CF; }
p { color: rgb(17,73,207); }
H1.HeaderClassName
{
color: #1149CF;
}
.AnyTagClassName
{
color: #1149CF;
}
</style>
background-color css
<style>
a { background-color: #1149CF; }
a { background-color: rgb(17,73,207); }
div.DivClassName
{
background-color: #1149CF;
}
.BgClassName
{
background-color: #1149CF;
}
</style>
border-color css
<style>
span { border-color: #1149CF; }
span { border-color: rgb(17,73,207); }
td.TdClassName
{
border-color: #1149CF;
}
.TagClassName
{
border-color: #1149CF;
}
</style>