Shades of Persian Blue #1027E4
Tints of Persian Blue #1027E4
RGB
CMYK
RGB Variations
Color information
#1027E4 (or 0x1027E4) is known color: Persian Blue. HEX triplet: 10, 27 and E4. RGB value is (16,39,228). Sum of RGB (Red+Green+Blue) = 16+39+228=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 228 (89.45% from 255 or 80.57% from 283); Max value from RGB is 228 - color contains mainly: blue. Hex color #1027E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1027E4 is #EFD81B. Grayscale: #343434. Windows color (decimal): -15718428 or 14952208. OLE color: 14952208.
HSL color Cylindrical-coordinate representation of color #1027E4: hue angle of 233.49º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1027E4 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 39 | 228 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.11 |
| HSL | 233.49º | 0.87% | 0.48% | - |
| HSV(B) | 233.49º | 0.93% | 0.89% | - |
| XYZ | 14.94 | 7.16 | 73.99 | - |
| YUV | 53.67 | 226.38 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 228 | 0.93 | 0.83 | 0 | 0.11 | 233.49 | 0.87 | 0.48 |
| Hex | 10 | 27 | E4 | 5D | 53 | 0 | B | E9 | 57 | 30 |
| Octal | 20 | 47 | 344 | 135 | 123 | 0 | 13 | 351 | 127 | 60 |
| Binary | 10000 | 100111 | 11100100 | 1011101 | 1010011 | 0 | 1011 | 11101001 | 1010111 | 110000 |
Color Harmonies of #1027E4
Complementary color
Monochromatic Colors of #1027E4
Black with #1027E4
Text Example
Text Example
White with #1027E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027E4; }
p { color: rgb(16,39,228); }
H1.HeaderClassName
{
color: #1027E4;
}
.AnyTagClassName
{
color: #1027E4;
}
</style>
background-color css
<style>
a { background-color: #1027E4; }
a { background-color: rgb(16,39,228); }
div.DivClassName
{
background-color: #1027E4;
}
.BgClassName
{
background-color: #1027E4;
}
</style>
border-color css
<style>
span { border-color: #1027E4; }
span { border-color: rgb(16,39,228); }
td.TdClassName
{
border-color: #1027E4;
}
.TagClassName
{
border-color: #1027E4;
}
</style>