Shades of Persian Blue #1542E7
Tints of Persian Blue #1542E7
RGB
CMYK
RGB Variations
Color information
#1542E7 (or 0x1542E7) is known color: Persian Blue. HEX triplet: 15, 42 and E7. RGB value is (21,66,231). Sum of RGB (Red+Green+Blue) = 21+66+231=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 231 (90.62% from 255 or 72.64% from 318); Max value from RGB is 231 - color contains mainly: blue. Hex color #1542E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1542E7 is #EABD18. Grayscale: #464646. Windows color (decimal): -15383833 or 15155733. OLE color: 15155733.
HSL color Cylindrical-coordinate representation of color #1542E7: hue angle of 227.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1542E7 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 66 | 231 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.09 |
| HSL | 227.14º | 0.83% | 0.49% | - |
| HSV(B) | 227.14º | 0.91% | 0.91% | - |
| XYZ | 16.68 | 9.83 | 76.62 | - |
| YUV | 71.36 | 218.09 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 231 | 0.91 | 0.71 | 0 | 0.09 | 227.14 | 0.83 | 0.49 |
| Hex | 15 | 42 | E7 | 5B | 47 | 0 | 9 | E3 | 53 | 31 |
| Octal | 25 | 102 | 347 | 133 | 107 | 0 | 11 | 343 | 123 | 61 |
| Binary | 10101 | 1000010 | 11100111 | 1011011 | 1000111 | 0 | 1001 | 11100011 | 1010011 | 110001 |
Color Harmonies of #1542E7
Complementary color
Monochromatic Colors of #1542E7
Black with #1542E7
Text Example
Text Example
White with #1542E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1542E7; }
p { color: rgb(21,66,231); }
H1.HeaderClassName
{
color: #1542E7;
}
.AnyTagClassName
{
color: #1542E7;
}
</style>
background-color css
<style>
a { background-color: #1542E7; }
a { background-color: rgb(21,66,231); }
div.DivClassName
{
background-color: #1542E7;
}
.BgClassName
{
background-color: #1542E7;
}
</style>
border-color css
<style>
span { border-color: #1542E7; }
span { border-color: rgb(21,66,231); }
td.TdClassName
{
border-color: #1542E7;
}
.TagClassName
{
border-color: #1542E7;
}
</style>