Shades of Persian Blue #142BDB
Tints of Persian Blue #142BDB
RGB
CMYK
RGB Variations
Color information
#142BDB (or 0x142BDB) is known color: Persian Blue. HEX triplet: 14, 2B and DB. RGB value is (20,43,219). Sum of RGB (Red+Green+Blue) = 20+43+219=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #142BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BDB is #EBD424. Grayscale: #373737. Windows color (decimal): -15455269 or 14363412. OLE color: 14363412.
HSL color Cylindrical-coordinate representation of color #142BDB: hue angle of 233.07º 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 #142BDB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 43 | 219 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.14 |
| HSL | 233.07º | 0.83% | 0.47% | - |
| HSV(B) | 233.07º | 0.91% | 0.86% | - |
| XYZ | 13.94 | 6.99 | 67.63 | - |
| YUV | 56.19 | 219.88 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 219 | 0.91 | 0.80 | 0 | 0.14 | 233.07 | 0.83 | 0.47 |
| Hex | 14 | 2B | DB | 5B | 50 | 0 | E | E9 | 53 | 2F |
| Octal | 24 | 53 | 333 | 133 | 120 | 0 | 16 | 351 | 123 | 57 |
| Binary | 10100 | 101011 | 11011011 | 1011011 | 1010000 | 0 | 1110 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142BDB
Complementary color
Monochromatic Colors of #142BDB
Black with #142BDB
Text Example
Text Example
White with #142BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BDB; }
p { color: rgb(20,43,219); }
H1.HeaderClassName
{
color: #142BDB;
}
.AnyTagClassName
{
color: #142BDB;
}
</style>
background-color css
<style>
a { background-color: #142BDB; }
a { background-color: rgb(20,43,219); }
div.DivClassName
{
background-color: #142BDB;
}
.BgClassName
{
background-color: #142BDB;
}
</style>
border-color css
<style>
span { border-color: #142BDB; }
span { border-color: rgb(20,43,219); }
td.TdClassName
{
border-color: #142BDB;
}
.TagClassName
{
border-color: #142BDB;
}
</style>