Shades of Persian Blue #1029E5
Tints of Persian Blue #1029E5
RGB
CMYK
RGB Variations
Color information
#1029E5 (or 0x1029E5) is known color: Persian Blue. HEX triplet: 10, 29 and E5. RGB value is (16,41,229). Sum of RGB (Red+Green+Blue) = 16+41+229=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 229 (89.84% from 255 or 80.07% from 286); Max value from RGB is 229 - color contains mainly: blue. Hex color #1029E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029E5 is #EFD61A. Grayscale: #363636. Windows color (decimal): -15717915 or 15018256. OLE color: 15018256.
HSL color Cylindrical-coordinate representation of color #1029E5: hue angle of 232.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1029E5 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 41 | 229 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.10 |
| HSL | 232.96º | 0.87% | 0.48% | - |
| HSV(B) | 232.96º | 0.93% | 0.9% | - |
| XYZ | 15.15 | 7.35 | 74.75 | - |
| YUV | 54.96 | 226.22 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 229 | 0.93 | 0.82 | 0 | 0.10 | 232.96 | 0.87 | 0.48 |
| Hex | 10 | 29 | E5 | 5D | 52 | 0 | A | E9 | 57 | 30 |
| Octal | 20 | 51 | 345 | 135 | 122 | 0 | 12 | 351 | 127 | 60 |
| Binary | 10000 | 101001 | 11100101 | 1011101 | 1010010 | 0 | 1010 | 11101001 | 1010111 | 110000 |
Color Harmonies of #1029E5
Complementary color
Monochromatic Colors of #1029E5
Black with #1029E5
Text Example
Text Example
White with #1029E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1029E5; }
p { color: rgb(16,41,229); }
H1.HeaderClassName
{
color: #1029E5;
}
.AnyTagClassName
{
color: #1029E5;
}
</style>
background-color css
<style>
a { background-color: #1029E5; }
a { background-color: rgb(16,41,229); }
div.DivClassName
{
background-color: #1029E5;
}
.BgClassName
{
background-color: #1029E5;
}
</style>
border-color css
<style>
span { border-color: #1029E5; }
span { border-color: rgb(16,41,229); }
td.TdClassName
{
border-color: #1029E5;
}
.TagClassName
{
border-color: #1029E5;
}
</style>