Shades of Persian Blue #1146CE
Tints of Persian Blue #1146CE
RGB
CMYK
RGB Variations
Color information
#1146CE (or 0x1146CE) is known color: Persian Blue. HEX triplet: 11, 46 and CE. RGB value is (17,70,206). Sum of RGB (Red+Green+Blue) = 17+70+206=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #1146CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1146CE is #EEB931. Grayscale: #454545. Windows color (decimal): -15644978 or 13518353. OLE color: 13518353.
HSL color Cylindrical-coordinate representation of color #1146CE: hue angle of 223.17º 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 #1146CE is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 70 | 206 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.19 |
| HSL | 223.17º | 0.85% | 0.44% | - |
| HSV(B) | 223.17º | 0.92% | 0.81% | - |
| XYZ | 13.56 | 8.96 | 59.41 | - |
| YUV | 69.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 206 | 0.92 | 0.66 | 0 | 0.19 | 223.17 | 0.85 | 0.44 |
| Hex | 11 | 46 | CE | 5C | 42 | 0 | 13 | DF | 55 | 2C |
| Octal | 21 | 106 | 316 | 134 | 102 | 0 | 23 | 337 | 125 | 54 |
| Binary | 10001 | 1000110 | 11001110 | 1011100 | 1000010 | 0 | 10011 | 11011111 | 1010101 | 101100 |
Color Harmonies of #1146CE
Complementary color
Monochromatic Colors of #1146CE
Black with #1146CE
Text Example
Text Example
White with #1146CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146CE; }
p { color: rgb(17,70,206); }
H1.HeaderClassName
{
color: #1146CE;
}
.AnyTagClassName
{
color: #1146CE;
}
</style>
background-color css
<style>
a { background-color: #1146CE; }
a { background-color: rgb(17,70,206); }
div.DivClassName
{
background-color: #1146CE;
}
.BgClassName
{
background-color: #1146CE;
}
</style>
border-color css
<style>
span { border-color: #1146CE; }
span { border-color: rgb(17,70,206); }
td.TdClassName
{
border-color: #1146CE;
}
.TagClassName
{
border-color: #1146CE;
}
</style>