Shades of Persian Blue #142EE6
Tints of Persian Blue #142EE6
RGB
CMYK
RGB Variations
Color information
#142EE6 (or 0x142EE6) is known color: Persian Blue. HEX triplet: 14, 2E and E6. RGB value is (20,46,230). Sum of RGB (Red+Green+Blue) = 20+46+230=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #142EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EE6 is #EBD119. Grayscale: #3A3A3A. Windows color (decimal): -15454490 or 15085076. OLE color: 15085076.
HSL color Cylindrical-coordinate representation of color #142EE6: hue angle of 232.57º 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 #142EE6 is Cyan = 0.91, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 46 | 230 | - |
| CMYK | 0.91 | 0.8 | 0 | 0.10 |
| HSL | 232.57º | 0.84% | 0.49% | - |
| HSV(B) | 232.57º | 0.91% | 0.9% | - |
| XYZ | 15.55 | 7.82 | 75.55 | - |
| YUV | 59.2 | 224.39 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 230 | 0.91 | 0.8 | 0 | 0.10 | 232.57 | 0.84 | 0.49 |
| Hex | 14 | 2E | E6 | 5B | 50 | 0 | A | E9 | 54 | 31 |
| Octal | 24 | 56 | 346 | 133 | 120 | 0 | 12 | 351 | 124 | 61 |
| Binary | 10100 | 101110 | 11100110 | 1011011 | 1010000 | 0 | 1010 | 11101001 | 1010100 | 110001 |
Color Harmonies of #142EE6
Complementary color
Monochromatic Colors of #142EE6
Black with #142EE6
Text Example
Text Example
White with #142EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142EE6; }
p { color: rgb(20,46,230); }
H1.HeaderClassName
{
color: #142EE6;
}
.AnyTagClassName
{
color: #142EE6;
}
</style>
background-color css
<style>
a { background-color: #142EE6; }
a { background-color: rgb(20,46,230); }
div.DivClassName
{
background-color: #142EE6;
}
.BgClassName
{
background-color: #142EE6;
}
</style>
border-color css
<style>
span { border-color: #142EE6; }
span { border-color: rgb(20,46,230); }
td.TdClassName
{
border-color: #142EE6;
}
.TagClassName
{
border-color: #142EE6;
}
</style>