Shades of Persian Blue #142FEA
Tints of Persian Blue #142FEA
RGB
CMYK
RGB Variations
Color information
#142FEA (or 0x142FEA) is known color: Persian Blue. HEX triplet: 14, 2F and EA. RGB value is (20,47,234). Sum of RGB (Red+Green+Blue) = 20+47+234=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #142FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142FEA is #EBD015. Grayscale: #3B3B3B. Windows color (decimal): -15454230 or 15347476. OLE color: 15347476.
HSL color Cylindrical-coordinate representation of color #142FEA: hue angle of 232.43º 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 #142FEA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 47 | 234 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.08 |
| HSL | 232.43º | 0.84% | 0.5% | - |
| HSV(B) | 232.43º | 0.91% | 0.92% | - |
| XYZ | 16.16 | 8.12 | 78.56 | - |
| YUV | 60.25 | 226.05 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 234 | 0.91 | 0.80 | 0 | 0.08 | 232.43 | 0.84 | 0.5 |
| Hex | 14 | 2F | EA | 5B | 50 | 0 | 8 | E8 | 54 | 32 |
| Octal | 24 | 57 | 352 | 133 | 120 | 0 | 10 | 350 | 124 | 62 |
| Binary | 10100 | 101111 | 11101010 | 1011011 | 1010000 | 0 | 1000 | 11101000 | 1010100 | 110010 |
Color Harmonies of #142FEA
Complementary color
Monochromatic Colors of #142FEA
Black with #142FEA
Text Example
Text Example
White with #142FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FEA; }
p { color: rgb(20,47,234); }
H1.HeaderClassName
{
color: #142FEA;
}
.AnyTagClassName
{
color: #142FEA;
}
</style>
background-color css
<style>
a { background-color: #142FEA; }
a { background-color: rgb(20,47,234); }
div.DivClassName
{
background-color: #142FEA;
}
.BgClassName
{
background-color: #142FEA;
}
</style>
border-color css
<style>
span { border-color: #142FEA; }
span { border-color: rgb(20,47,234); }
td.TdClassName
{
border-color: #142FEA;
}
.TagClassName
{
border-color: #142FEA;
}
</style>