Shades of Persian Blue #142CDB
Tints of Persian Blue #142CDB
RGB
CMYK
RGB Variations
Color information
#142CDB (or 0x142CDB) is known color: Persian Blue. HEX triplet: 14, 2C and DB. RGB value is (20,44,219). Sum of RGB (Red+Green+Blue) = 20+44+219=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #142CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CDB is #EBD324. Grayscale: #383838. Windows color (decimal): -15455013 or 14363668. OLE color: 14363668.
HSL color Cylindrical-coordinate representation of color #142CDB: hue angle of 232.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CDB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 44 | 219 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.14 |
| HSL | 232.76º | 0.83% | 0.47% | - |
| HSV(B) | 232.76º | 0.91% | 0.86% | - |
| XYZ | 13.98 | 7.06 | 67.64 | - |
| YUV | 56.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 219 | 0.91 | 0.80 | 0 | 0.14 | 232.76 | 0.83 | 0.47 |
| Hex | 14 | 2C | DB | 5B | 50 | 0 | E | E9 | 53 | 2F |
| Octal | 24 | 54 | 333 | 133 | 120 | 0 | 16 | 351 | 123 | 57 |
| Binary | 10100 | 101100 | 11011011 | 1011011 | 1010000 | 0 | 1110 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142CDB
Complementary color
Monochromatic Colors of #142CDB
Black with #142CDB
Text Example
Text Example
White with #142CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CDB; }
p { color: rgb(20,44,219); }
H1.HeaderClassName
{
color: #142CDB;
}
.AnyTagClassName
{
color: #142CDB;
}
</style>
background-color css
<style>
a { background-color: #142CDB; }
a { background-color: rgb(20,44,219); }
div.DivClassName
{
background-color: #142CDB;
}
.BgClassName
{
background-color: #142CDB;
}
</style>
border-color css
<style>
span { border-color: #142CDB; }
span { border-color: rgb(20,44,219); }
td.TdClassName
{
border-color: #142CDB;
}
.TagClassName
{
border-color: #142CDB;
}
</style>