Shades of Persian Blue #143EDB
Tints of Persian Blue #143EDB
RGB
CMYK
RGB Variations
Color information
#143EDB (or 0x143EDB) is known color: Persian Blue. HEX triplet: 14, 3E and DB. RGB value is (20,62,219). Sum of RGB (Red+Green+Blue) = 20+62+219=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #143EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143EDB is #EBC124. Grayscale: #424242. Windows color (decimal): -15450405 or 14368276. OLE color: 14368276.
HSL color Cylindrical-coordinate representation of color #143EDB: hue angle of 227.34º 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 #143EDB is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 62 | 219 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.14 |
| HSL | 227.34º | 0.83% | 0.47% | - |
| HSV(B) | 227.34º | 0.91% | 0.86% | - |
| XYZ | 14.8 | 8.71 | 67.92 | - |
| YUV | 67.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 219 | 0.91 | 0.72 | 0 | 0.14 | 227.34 | 0.83 | 0.47 |
| Hex | 14 | 3E | DB | 5B | 48 | 0 | E | E3 | 53 | 2F |
| Octal | 24 | 76 | 333 | 133 | 110 | 0 | 16 | 343 | 123 | 57 |
| Binary | 10100 | 111110 | 11011011 | 1011011 | 1001000 | 0 | 1110 | 11100011 | 1010011 | 101111 |
Color Harmonies of #143EDB
Complementary color
Monochromatic Colors of #143EDB
Black with #143EDB
Text Example
Text Example
White with #143EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EDB; }
p { color: rgb(20,62,219); }
H1.HeaderClassName
{
color: #143EDB;
}
.AnyTagClassName
{
color: #143EDB;
}
</style>
background-color css
<style>
a { background-color: #143EDB; }
a { background-color: rgb(20,62,219); }
div.DivClassName
{
background-color: #143EDB;
}
.BgClassName
{
background-color: #143EDB;
}
</style>
border-color css
<style>
span { border-color: #143EDB; }
span { border-color: rgb(20,62,219); }
td.TdClassName
{
border-color: #143EDB;
}
.TagClassName
{
border-color: #143EDB;
}
</style>