Shades of Persian Blue #1229E7
Tints of Persian Blue #1229E7
RGB
CMYK
RGB Variations
Color information
#1229E7 (or 0x1229E7) is known color: Persian Blue. HEX triplet: 12, 29 and E7. RGB value is (18,41,231). Sum of RGB (Red+Green+Blue) = 18+41+231=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 231 (90.62% from 255 or 79.66% from 290); Max value from RGB is 231 - color contains mainly: blue. Hex color #1229E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1229E7 is #EDD618. Grayscale: #373737. Windows color (decimal): -15586841 or 15149330. OLE color: 15149330.
HSL color Cylindrical-coordinate representation of color #1229E7: hue angle of 233.52º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1229E7 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 41 | 231 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.09 |
| HSL | 233.52º | 0.86% | 0.49% | - |
| HSV(B) | 233.52º | 0.92% | 0.91% | - |
| XYZ | 15.47 | 7.48 | 76.23 | - |
| YUV | 55.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 231 | 0.92 | 0.82 | 0 | 0.09 | 233.52 | 0.86 | 0.49 |
| Hex | 12 | 29 | E7 | 5C | 52 | 0 | 9 | EA | 56 | 31 |
| Octal | 22 | 51 | 347 | 134 | 122 | 0 | 11 | 352 | 126 | 61 |
| Binary | 10010 | 101001 | 11100111 | 1011100 | 1010010 | 0 | 1001 | 11101010 | 1010110 | 110001 |
Color Harmonies of #1229E7
Complementary color
Monochromatic Colors of #1229E7
Black with #1229E7
Text Example
Text Example
White with #1229E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229E7; }
p { color: rgb(18,41,231); }
H1.HeaderClassName
{
color: #1229E7;
}
.AnyTagClassName
{
color: #1229E7;
}
</style>
background-color css
<style>
a { background-color: #1229E7; }
a { background-color: rgb(18,41,231); }
div.DivClassName
{
background-color: #1229E7;
}
.BgClassName
{
background-color: #1229E7;
}
</style>
border-color css
<style>
span { border-color: #1229E7; }
span { border-color: rgb(18,41,231); }
td.TdClassName
{
border-color: #1229E7;
}
.TagClassName
{
border-color: #1229E7;
}
</style>