Shades of Persian Blue #1242E4
Tints of Persian Blue #1242E4
RGB
CMYK
RGB Variations
Color information
#1242E4 (or 0x1242E4) is known color: Persian Blue. HEX triplet: 12, 42 and E4. RGB value is (18,66,228). Sum of RGB (Red+Green+Blue) = 18+66+228=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #1242E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242E4 is #EDBD1B. Grayscale: #454545. Windows color (decimal): -15580444 or 14959122. OLE color: 14959122.
HSL color Cylindrical-coordinate representation of color #1242E4: hue angle of 226.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1242E4 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 66 | 228 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.11 |
| HSL | 226.29º | 0.85% | 0.48% | - |
| HSV(B) | 226.29º | 0.92% | 0.89% | - |
| XYZ | 16.2 | 9.63 | 74.4 | - |
| YUV | 70.12 | 217.1 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 228 | 0.92 | 0.71 | 0 | 0.11 | 226.29 | 0.85 | 0.48 |
| Hex | 12 | 42 | E4 | 5C | 47 | 0 | B | E2 | 55 | 30 |
| Octal | 22 | 102 | 344 | 134 | 107 | 0 | 13 | 342 | 125 | 60 |
| Binary | 10010 | 1000010 | 11100100 | 1011100 | 1000111 | 0 | 1011 | 11100010 | 1010101 | 110000 |
Color Harmonies of #1242E4
Complementary color
Monochromatic Colors of #1242E4
Black with #1242E4
Text Example
Text Example
White with #1242E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242E4; }
p { color: rgb(18,66,228); }
H1.HeaderClassName
{
color: #1242E4;
}
.AnyTagClassName
{
color: #1242E4;
}
</style>
background-color css
<style>
a { background-color: #1242E4; }
a { background-color: rgb(18,66,228); }
div.DivClassName
{
background-color: #1242E4;
}
.BgClassName
{
background-color: #1242E4;
}
</style>
border-color css
<style>
span { border-color: #1242E4; }
span { border-color: rgb(18,66,228); }
td.TdClassName
{
border-color: #1242E4;
}
.TagClassName
{
border-color: #1242E4;
}
</style>