Shades of Persian Blue #1146EF
Tints of Persian Blue #1146EF
RGB
CMYK
RGB Variations
Color information
#1146EF (or 0x1146EF) is known color: Persian Blue. HEX triplet: 11, 46 and EF. RGB value is (17,70,239). Sum of RGB (Red+Green+Blue) = 17+70+239=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #1146EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1146EF is #EEB910. Grayscale: #484848. Windows color (decimal): -15644945 or 15681041. OLE color: 15681041.
HSL color Cylindrical-coordinate representation of color #1146EF: hue angle of 225.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1146EF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 70 | 239 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.06 |
| HSL | 225.68º | 0.87% | 0.5% | - |
| HSV(B) | 225.68º | 0.93% | 0.94% | - |
| XYZ | 18 | 10.73 | 82.78 | - |
| YUV | 73.42 | 221.44 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 239 | 0.93 | 0.71 | 0 | 0.06 | 225.68 | 0.87 | 0.5 |
| Hex | 11 | 46 | EF | 5D | 47 | 0 | 6 | E2 | 57 | 32 |
| Octal | 21 | 106 | 357 | 135 | 107 | 0 | 6 | 342 | 127 | 62 |
| Binary | 10001 | 1000110 | 11101111 | 1011101 | 1000111 | 0 | 110 | 11100010 | 1010111 | 110010 |
Color Harmonies of #1146EF
Complementary color
Monochromatic Colors of #1146EF
Black with #1146EF
Text Example
Text Example
White with #1146EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146EF; }
p { color: rgb(17,70,239); }
H1.HeaderClassName
{
color: #1146EF;
}
.AnyTagClassName
{
color: #1146EF;
}
</style>
background-color css
<style>
a { background-color: #1146EF; }
a { background-color: rgb(17,70,239); }
div.DivClassName
{
background-color: #1146EF;
}
.BgClassName
{
background-color: #1146EF;
}
</style>
border-color css
<style>
span { border-color: #1146EF; }
span { border-color: rgb(17,70,239); }
td.TdClassName
{
border-color: #1146EF;
}
.TagClassName
{
border-color: #1146EF;
}
</style>