Shades of Persian Blue #142ACC
Tints of Persian Blue #142ACC
RGB
CMYK
RGB Variations
Color information
#142ACC (or 0x142ACC) is known color: Persian Blue. HEX triplet: 14, 2A and CC. RGB value is (20,42,204). Sum of RGB (Red+Green+Blue) = 20+42+204=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #142ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ACC is #EBD533. Grayscale: #353535. Windows color (decimal): -15455540 or 13380116. OLE color: 13380116.
HSL color Cylindrical-coordinate representation of color #142ACC: hue angle of 232.83º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142ACC is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 42 | 204 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.2 |
| HSL | 232.83º | 0.82% | 0.44% | - |
| HSV(B) | 232.83º | 0.9% | 0.8% | - |
| XYZ | 12.02 | 6.16 | 57.68 | - |
| YUV | 53.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 204 | 0.90 | 0.79 | 0 | 0.2 | 232.83 | 0.82 | 0.44 |
| Hex | 14 | 2A | CC | 5A | 4F | 0 | 14 | E9 | 52 | 2C |
| Octal | 24 | 52 | 314 | 132 | 117 | 0 | 24 | 351 | 122 | 54 |
| Binary | 10100 | 101010 | 11001100 | 1011010 | 1001111 | 0 | 10100 | 11101001 | 1010010 | 101100 |
Color Harmonies of #142ACC
Complementary color
Monochromatic Colors of #142ACC
Black with #142ACC
Text Example
Text Example
White with #142ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142ACC; }
p { color: rgb(20,42,204); }
H1.HeaderClassName
{
color: #142ACC;
}
.AnyTagClassName
{
color: #142ACC;
}
</style>
background-color css
<style>
a { background-color: #142ACC; }
a { background-color: rgb(20,42,204); }
div.DivClassName
{
background-color: #142ACC;
}
.BgClassName
{
background-color: #142ACC;
}
</style>
border-color css
<style>
span { border-color: #142ACC; }
span { border-color: rgb(20,42,204); }
td.TdClassName
{
border-color: #142ACC;
}
.TagClassName
{
border-color: #142ACC;
}
</style>