Shades of Persian Blue #142ACE
Tints of Persian Blue #142ACE
RGB
CMYK
RGB Variations
Color information
#142ACE (or 0x142ACE) is known color: Persian Blue. HEX triplet: 14, 2A and CE. RGB value is (20,42,206). Sum of RGB (Red+Green+Blue) = 20+42+206=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #142ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ACE is #EBD531. Grayscale: #353535. Windows color (decimal): -15455538 or 13511188. OLE color: 13511188.
HSL color Cylindrical-coordinate representation of color #142ACE: hue angle of 232.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142ACE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 42 | 206 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.19 |
| HSL | 232.9º | 0.82% | 0.44% | - |
| HSV(B) | 232.9º | 0.9% | 0.81% | - |
| XYZ | 12.26 | 6.26 | 58.95 | - |
| YUV | 54.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 206 | 0.90 | 0.80 | 0 | 0.19 | 232.9 | 0.82 | 0.44 |
| Hex | 14 | 2A | CE | 5A | 50 | 0 | 13 | E9 | 52 | 2C |
| Octal | 24 | 52 | 316 | 132 | 120 | 0 | 23 | 351 | 122 | 54 |
| Binary | 10100 | 101010 | 11001110 | 1011010 | 1010000 | 0 | 10011 | 11101001 | 1010010 | 101100 |
Color Harmonies of #142ACE
Complementary color
Monochromatic Colors of #142ACE
Black with #142ACE
Text Example
Text Example
White with #142ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142ACE; }
p { color: rgb(20,42,206); }
H1.HeaderClassName
{
color: #142ACE;
}
.AnyTagClassName
{
color: #142ACE;
}
</style>
background-color css
<style>
a { background-color: #142ACE; }
a { background-color: rgb(20,42,206); }
div.DivClassName
{
background-color: #142ACE;
}
.BgClassName
{
background-color: #142ACE;
}
</style>
border-color css
<style>
span { border-color: #142ACE; }
span { border-color: rgb(20,42,206); }
td.TdClassName
{
border-color: #142ACE;
}
.TagClassName
{
border-color: #142ACE;
}
</style>