Shades of Persian Blue #142FDB
Tints of Persian Blue #142FDB
RGB
CMYK
RGB Variations
Color information
#142FDB (or 0x142FDB) is known color: Persian Blue. HEX triplet: 14, 2F and DB. RGB value is (20,47,219). Sum of RGB (Red+Green+Blue) = 20+47+219=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #142FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FDB is #EBD024. Grayscale: #393939. Windows color (decimal): -15454245 or 14364436. OLE color: 14364436.
HSL color Cylindrical-coordinate representation of color #142FDB: hue angle of 231.86º 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 #142FDB is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 47 | 219 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.14 |
| HSL | 231.86º | 0.83% | 0.47% | - |
| HSV(B) | 231.86º | 0.91% | 0.86% | - |
| XYZ | 14.09 | 7.3 | 67.68 | - |
| YUV | 58.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 219 | 0.91 | 0.79 | 0 | 0.14 | 231.86 | 0.83 | 0.47 |
| Hex | 14 | 2F | DB | 5B | 4F | 0 | E | E8 | 53 | 2F |
| Octal | 24 | 57 | 333 | 133 | 117 | 0 | 16 | 350 | 123 | 57 |
| Binary | 10100 | 101111 | 11011011 | 1011011 | 1001111 | 0 | 1110 | 11101000 | 1010011 | 101111 |
Color Harmonies of #142FDB
Complementary color
Monochromatic Colors of #142FDB
Black with #142FDB
Text Example
Text Example
White with #142FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FDB; }
p { color: rgb(20,47,219); }
H1.HeaderClassName
{
color: #142FDB;
}
.AnyTagClassName
{
color: #142FDB;
}
</style>
background-color css
<style>
a { background-color: #142FDB; }
a { background-color: rgb(20,47,219); }
div.DivClassName
{
background-color: #142FDB;
}
.BgClassName
{
background-color: #142FDB;
}
</style>
border-color css
<style>
span { border-color: #142FDB; }
span { border-color: rgb(20,47,219); }
td.TdClassName
{
border-color: #142FDB;
}
.TagClassName
{
border-color: #142FDB;
}
</style>