Shades of Persian Blue #1442EC
Tints of Persian Blue #1442EC
RGB
CMYK
RGB Variations
Color information
#1442EC (or 0x1442EC) is known color: Persian Blue. HEX triplet: 14, 42 and EC. RGB value is (20,66,236). Sum of RGB (Red+Green+Blue) = 20+66+236=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #1442EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1442EC is #EBBD13. Grayscale: #464646. Windows color (decimal): -15449364 or 15483412. OLE color: 15483412.
HSL color Cylindrical-coordinate representation of color #1442EC: hue angle of 227.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1442EC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 66 | 236 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.07 |
| HSL | 227.22º | 0.85% | 0.5% | - |
| HSV(B) | 227.22º | 0.92% | 0.93% | - |
| XYZ | 17.38 | 10.1 | 80.39 | - |
| YUV | 71.63 | 220.76 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 236 | 0.92 | 0.72 | 0 | 0.07 | 227.22 | 0.85 | 0.5 |
| Hex | 14 | 42 | EC | 5C | 48 | 0 | 7 | E3 | 55 | 32 |
| Octal | 24 | 102 | 354 | 134 | 110 | 0 | 7 | 343 | 125 | 62 |
| Binary | 10100 | 1000010 | 11101100 | 1011100 | 1001000 | 0 | 111 | 11100011 | 1010101 | 110010 |
Color Harmonies of #1442EC
Complementary color
Monochromatic Colors of #1442EC
Black with #1442EC
Text Example
Text Example
White with #1442EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442EC; }
p { color: rgb(20,66,236); }
H1.HeaderClassName
{
color: #1442EC;
}
.AnyTagClassName
{
color: #1442EC;
}
</style>
background-color css
<style>
a { background-color: #1442EC; }
a { background-color: rgb(20,66,236); }
div.DivClassName
{
background-color: #1442EC;
}
.BgClassName
{
background-color: #1442EC;
}
</style>
border-color css
<style>
span { border-color: #1442EC; }
span { border-color: rgb(20,66,236); }
td.TdClassName
{
border-color: #1442EC;
}
.TagClassName
{
border-color: #1442EC;
}
</style>