Shades of Persian Blue #1442EB
Tints of Persian Blue #1442EB
RGB
CMYK
RGB Variations
Color information
#1442EB (or 0x1442EB) is known color: Persian Blue. HEX triplet: 14, 42 and EB. RGB value is (20,66,235). Sum of RGB (Red+Green+Blue) = 20+66+235=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #1442EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1442EB is #EBBD14. Grayscale: #464646. Windows color (decimal): -15449365 or 15417876. OLE color: 15417876.
HSL color Cylindrical-coordinate representation of color #1442EB: hue angle of 227.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1442EB is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 66 | 235 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.08 |
| HSL | 227.16º | 0.84% | 0.5% | - |
| HSV(B) | 227.16º | 0.91% | 0.92% | - |
| XYZ | 17.23 | 10.04 | 79.63 | - |
| YUV | 71.51 | 220.26 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 235 | 0.91 | 0.72 | 0 | 0.08 | 227.16 | 0.84 | 0.5 |
| Hex | 14 | 42 | EB | 5B | 48 | 0 | 8 | E3 | 54 | 32 |
| Octal | 24 | 102 | 353 | 133 | 110 | 0 | 10 | 343 | 124 | 62 |
| Binary | 10100 | 1000010 | 11101011 | 1011011 | 1001000 | 0 | 1000 | 11100011 | 1010100 | 110010 |
Color Harmonies of #1442EB
Complementary color
Monochromatic Colors of #1442EB
Black with #1442EB
Text Example
Text Example
White with #1442EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442EB; }
p { color: rgb(20,66,235); }
H1.HeaderClassName
{
color: #1442EB;
}
.AnyTagClassName
{
color: #1442EB;
}
</style>
background-color css
<style>
a { background-color: #1442EB; }
a { background-color: rgb(20,66,235); }
div.DivClassName
{
background-color: #1442EB;
}
.BgClassName
{
background-color: #1442EB;
}
</style>
border-color css
<style>
span { border-color: #1442EB; }
span { border-color: rgb(20,66,235); }
td.TdClassName
{
border-color: #1442EB;
}
.TagClassName
{
border-color: #1442EB;
}
</style>