Shades of Persian Blue #1027E5
Tints of Persian Blue #1027E5
RGB
CMYK
RGB Variations
Color information
#1027E5 (or 0x1027E5) is known color: Persian Blue. HEX triplet: 10, 27 and E5. RGB value is (16,39,229). Sum of RGB (Red+Green+Blue) = 16+39+229=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 229 (89.84% from 255 or 80.63% from 284); Max value from RGB is 229 - color contains mainly: blue. Hex color #1027E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027E5 is #EFD81A. Grayscale: #353535. Windows color (decimal): -15718427 or 15017744. OLE color: 15017744.
HSL color Cylindrical-coordinate representation of color #1027E5: hue angle of 233.52º 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 #1027E5 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 39 | 229 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.10 |
| HSL | 233.52º | 0.87% | 0.48% | - |
| HSV(B) | 233.52º | 0.93% | 0.9% | - |
| XYZ | 15.08 | 7.22 | 74.73 | - |
| YUV | 53.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 229 | 0.93 | 0.83 | 0 | 0.10 | 233.52 | 0.87 | 0.48 |
| Hex | 10 | 27 | E5 | 5D | 53 | 0 | A | EA | 57 | 30 |
| Octal | 20 | 47 | 345 | 135 | 123 | 0 | 12 | 352 | 127 | 60 |
| Binary | 10000 | 100111 | 11100101 | 1011101 | 1010011 | 0 | 1010 | 11101010 | 1010111 | 110000 |
Color Harmonies of #1027E5
Complementary color
Monochromatic Colors of #1027E5
Black with #1027E5
Text Example
Text Example
White with #1027E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027E5; }
p { color: rgb(16,39,229); }
H1.HeaderClassName
{
color: #1027E5;
}
.AnyTagClassName
{
color: #1027E5;
}
</style>
background-color css
<style>
a { background-color: #1027E5; }
a { background-color: rgb(16,39,229); }
div.DivClassName
{
background-color: #1027E5;
}
.BgClassName
{
background-color: #1027E5;
}
</style>
border-color css
<style>
span { border-color: #1027E5; }
span { border-color: rgb(16,39,229); }
td.TdClassName
{
border-color: #1027E5;
}
.TagClassName
{
border-color: #1027E5;
}
</style>