Shades of Persian Blue #142AD3
Tints of Persian Blue #142AD3
RGB
CMYK
RGB Variations
Color information
#142AD3 (or 0x142AD3) is known color: Persian Blue. HEX triplet: 14, 2A and D3. RGB value is (20,42,211). Sum of RGB (Red+Green+Blue) = 20+42+211=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 211 (82.81% from 255 or 77.29% from 273); Max value from RGB is 211 - color contains mainly: blue. Hex color #142AD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142AD3 is #EBD52C. Grayscale: #353535. Windows color (decimal): -15455533 or 13838868. OLE color: 13838868.
HSL color Cylindrical-coordinate representation of color #142AD3: hue angle of 233.09º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142AD3 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 42 | 211 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.17 |
| HSL | 233.09º | 0.83% | 0.45% | - |
| HSV(B) | 233.09º | 0.91% | 0.83% | - |
| XYZ | 12.87 | 6.51 | 62.21 | - |
| YUV | 54.69 | 216.21 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 211 | 0.91 | 0.80 | 0 | 0.17 | 233.09 | 0.83 | 0.45 |
| Hex | 14 | 2A | D3 | 5B | 50 | 0 | 11 | E9 | 53 | 2D |
| Octal | 24 | 52 | 323 | 133 | 120 | 0 | 21 | 351 | 123 | 55 |
| Binary | 10100 | 101010 | 11010011 | 1011011 | 1010000 | 0 | 10001 | 11101001 | 1010011 | 101101 |
Color Harmonies of #142AD3
Complementary color
Monochromatic Colors of #142AD3
Black with #142AD3
Text Example
Text Example
White with #142AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142AD3; }
p { color: rgb(20,42,211); }
H1.HeaderClassName
{
color: #142AD3;
}
.AnyTagClassName
{
color: #142AD3;
}
</style>
background-color css
<style>
a { background-color: #142AD3; }
a { background-color: rgb(20,42,211); }
div.DivClassName
{
background-color: #142AD3;
}
.BgClassName
{
background-color: #142AD3;
}
</style>
border-color css
<style>
span { border-color: #142AD3; }
span { border-color: rgb(20,42,211); }
td.TdClassName
{
border-color: #142AD3;
}
.TagClassName
{
border-color: #142AD3;
}
</style>