Shades of Persian Blue #142DE5
Tints of Persian Blue #142DE5
RGB
CMYK
RGB Variations
Color information
#142DE5 (or 0x142DE5) is known color: Persian Blue. HEX triplet: 14, 2D and E5. RGB value is (20,45,229). Sum of RGB (Red+Green+Blue) = 20+45+229=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 229 (89.84% from 255 or 77.89% from 294); Max value from RGB is 229 - color contains mainly: blue. Hex color #142DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DE5 is #EBD21A. Grayscale: #393939. Windows color (decimal): -15454747 or 15019284. OLE color: 15019284.
HSL color Cylindrical-coordinate representation of color #142DE5: hue angle of 232.82º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142DE5 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 45 | 229 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.10 |
| HSL | 232.82º | 0.84% | 0.49% | - |
| HSV(B) | 232.82º | 0.91% | 0.9% | - |
| XYZ | 15.37 | 7.68 | 74.8 | - |
| YUV | 58.5 | 224.22 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 229 | 0.91 | 0.80 | 0 | 0.10 | 232.82 | 0.84 | 0.49 |
| Hex | 14 | 2D | E5 | 5B | 50 | 0 | A | E9 | 54 | 31 |
| Octal | 24 | 55 | 345 | 133 | 120 | 0 | 12 | 351 | 124 | 61 |
| Binary | 10100 | 101101 | 11100101 | 1011011 | 1010000 | 0 | 1010 | 11101001 | 1010100 | 110001 |
Color Harmonies of #142DE5
Complementary color
Monochromatic Colors of #142DE5
Black with #142DE5
Text Example
Text Example
White with #142DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DE5; }
p { color: rgb(20,45,229); }
H1.HeaderClassName
{
color: #142DE5;
}
.AnyTagClassName
{
color: #142DE5;
}
</style>
background-color css
<style>
a { background-color: #142DE5; }
a { background-color: rgb(20,45,229); }
div.DivClassName
{
background-color: #142DE5;
}
.BgClassName
{
background-color: #142DE5;
}
</style>
border-color css
<style>
span { border-color: #142DE5; }
span { border-color: rgb(20,45,229); }
td.TdClassName
{
border-color: #142DE5;
}
.TagClassName
{
border-color: #142DE5;
}
</style>