Shades of Persian Blue #1242EB
Tints of Persian Blue #1242EB
RGB
CMYK
RGB Variations
Color information
#1242EB (or 0x1242EB) is known color: Persian Blue. HEX triplet: 12, 42 and EB. RGB value is (18,66,235). Sum of RGB (Red+Green+Blue) = 18+66+235=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #1242EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1242EB is #EDBD14. Grayscale: #464646. Windows color (decimal): -15580437 or 15417874. OLE color: 15417874.
HSL color Cylindrical-coordinate representation of color #1242EB: hue angle of 226.73º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1242EB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 66 | 235 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.08 |
| HSL | 226.73º | 0.86% | 0.5% | - |
| HSV(B) | 226.73º | 0.92% | 0.92% | - |
| XYZ | 17.19 | 10.02 | 79.63 | - |
| YUV | 70.91 | 220.6 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 235 | 0.92 | 0.72 | 0 | 0.08 | 226.73 | 0.86 | 0.5 |
| Hex | 12 | 42 | EB | 5C | 48 | 0 | 8 | E3 | 56 | 32 |
| Octal | 22 | 102 | 353 | 134 | 110 | 0 | 10 | 343 | 126 | 62 |
| Binary | 10010 | 1000010 | 11101011 | 1011100 | 1001000 | 0 | 1000 | 11100011 | 1010110 | 110010 |
Color Harmonies of #1242EB
Complementary color
Monochromatic Colors of #1242EB
Black with #1242EB
Text Example
Text Example
White with #1242EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242EB; }
p { color: rgb(18,66,235); }
H1.HeaderClassName
{
color: #1242EB;
}
.AnyTagClassName
{
color: #1242EB;
}
</style>
background-color css
<style>
a { background-color: #1242EB; }
a { background-color: rgb(18,66,235); }
div.DivClassName
{
background-color: #1242EB;
}
.BgClassName
{
background-color: #1242EB;
}
</style>
border-color css
<style>
span { border-color: #1242EB; }
span { border-color: rgb(18,66,235); }
td.TdClassName
{
border-color: #1242EB;
}
.TagClassName
{
border-color: #1242EB;
}
</style>