Shades of Persian Blue #142CDF
Tints of Persian Blue #142CDF
RGB
CMYK
RGB Variations
Color information
#142CDF (or 0x142CDF) is known color: Persian Blue. HEX triplet: 14, 2C and DF. RGB value is (20,44,223). Sum of RGB (Red+Green+Blue) = 20+44+223=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #142CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CDF is #EBD320. Grayscale: #383838. Windows color (decimal): -15455009 or 14625812. OLE color: 14625812.
HSL color Cylindrical-coordinate representation of color #142CDF: hue angle of 232.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CDF is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 44 | 223 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.13 |
| HSL | 232.91º | 0.84% | 0.48% | - |
| HSV(B) | 232.91º | 0.91% | 0.87% | - |
| XYZ | 14.51 | 7.28 | 70.45 | - |
| YUV | 57.23 | 221.55 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 223 | 0.91 | 0.80 | 0 | 0.13 | 232.91 | 0.84 | 0.48 |
| Hex | 14 | 2C | DF | 5B | 50 | 0 | D | E9 | 54 | 30 |
| Octal | 24 | 54 | 337 | 133 | 120 | 0 | 15 | 351 | 124 | 60 |
| Binary | 10100 | 101100 | 11011111 | 1011011 | 1010000 | 0 | 1101 | 11101001 | 1010100 | 110000 |
Color Harmonies of #142CDF
Complementary color
Monochromatic Colors of #142CDF
Black with #142CDF
Text Example
Text Example
White with #142CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CDF; }
p { color: rgb(20,44,223); }
H1.HeaderClassName
{
color: #142CDF;
}
.AnyTagClassName
{
color: #142CDF;
}
</style>
background-color css
<style>
a { background-color: #142CDF; }
a { background-color: rgb(20,44,223); }
div.DivClassName
{
background-color: #142CDF;
}
.BgClassName
{
background-color: #142CDF;
}
</style>
border-color css
<style>
span { border-color: #142CDF; }
span { border-color: rgb(20,44,223); }
td.TdClassName
{
border-color: #142CDF;
}
.TagClassName
{
border-color: #142CDF;
}
</style>