Shades of Persian Blue #1426E1
Tints of Persian Blue #1426E1
RGB
CMYK
RGB Variations
Color information
#1426E1 (or 0x1426E1) is known color: Persian Blue. HEX triplet: 14, 26 and E1. RGB value is (20,38,225). Sum of RGB (Red+Green+Blue) = 20+38+225=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 225 (88.28% from 255 or 79.51% from 283); Max value from RGB is 225 - color contains mainly: blue. Hex color #1426E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426E1 is #EBD91E. Grayscale: #353535. Windows color (decimal): -15456543 or 14755348. OLE color: 14755348.
HSL color Cylindrical-coordinate representation of color #1426E1: hue angle of 234.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1426E1 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 38 | 225 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.12 |
| HSL | 234.73º | 0.84% | 0.48% | - |
| HSV(B) | 234.73º | 0.91% | 0.88% | - |
| XYZ | 14.57 | 6.97 | 71.81 | - |
| YUV | 53.94 | 224.54 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 225 | 0.91 | 0.83 | 0 | 0.12 | 234.73 | 0.84 | 0.48 |
| Hex | 14 | 26 | E1 | 5B | 53 | 0 | C | EB | 54 | 30 |
| Octal | 24 | 46 | 341 | 133 | 123 | 0 | 14 | 353 | 124 | 60 |
| Binary | 10100 | 100110 | 11100001 | 1011011 | 1010011 | 0 | 1100 | 11101011 | 1010100 | 110000 |
Color Harmonies of #1426E1
Complementary color
Monochromatic Colors of #1426E1
Black with #1426E1
Text Example
Text Example
White with #1426E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426E1; }
p { color: rgb(20,38,225); }
H1.HeaderClassName
{
color: #1426E1;
}
.AnyTagClassName
{
color: #1426E1;
}
</style>
background-color css
<style>
a { background-color: #1426E1; }
a { background-color: rgb(20,38,225); }
div.DivClassName
{
background-color: #1426E1;
}
.BgClassName
{
background-color: #1426E1;
}
</style>
border-color css
<style>
span { border-color: #1426E1; }
span { border-color: rgb(20,38,225); }
td.TdClassName
{
border-color: #1426E1;
}
.TagClassName
{
border-color: #1426E1;
}
</style>