Shades of Persian Blue #143CDB
Tints of Persian Blue #143CDB
RGB
CMYK
RGB Variations
Color information
#143CDB (or 0x143CDB) is known color: Persian Blue. HEX triplet: 14, 3C and DB. RGB value is (20,60,219). Sum of RGB (Red+Green+Blue) = 20+60+219=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #143CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CDB is #EBC324. Grayscale: #414141. Windows color (decimal): -15450917 or 14367764. OLE color: 14367764.
HSL color Cylindrical-coordinate representation of color #143CDB: hue angle of 227.94º 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 #143CDB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 60 | 219 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.14 |
| HSL | 227.94º | 0.83% | 0.47% | - |
| HSV(B) | 227.94º | 0.91% | 0.86% | - |
| XYZ | 14.69 | 8.49 | 67.88 | - |
| YUV | 66.17 | 214.25 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 219 | 0.91 | 0.73 | 0 | 0.14 | 227.94 | 0.83 | 0.47 |
| Hex | 14 | 3C | DB | 5B | 49 | 0 | E | E4 | 53 | 2F |
| Octal | 24 | 74 | 333 | 133 | 111 | 0 | 16 | 344 | 123 | 57 |
| Binary | 10100 | 111100 | 11011011 | 1011011 | 1001001 | 0 | 1110 | 11100100 | 1010011 | 101111 |
Color Harmonies of #143CDB
Complementary color
Monochromatic Colors of #143CDB
Black with #143CDB
Text Example
Text Example
White with #143CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CDB; }
p { color: rgb(20,60,219); }
H1.HeaderClassName
{
color: #143CDB;
}
.AnyTagClassName
{
color: #143CDB;
}
</style>
background-color css
<style>
a { background-color: #143CDB; }
a { background-color: rgb(20,60,219); }
div.DivClassName
{
background-color: #143CDB;
}
.BgClassName
{
background-color: #143CDB;
}
</style>
border-color css
<style>
span { border-color: #143CDB; }
span { border-color: rgb(20,60,219); }
td.TdClassName
{
border-color: #143CDB;
}
.TagClassName
{
border-color: #143CDB;
}
</style>