Shades of Persian Blue #143ED5
Tints of Persian Blue #143ED5
RGB
CMYK
RGB Variations
Color information
#143ED5 (or 0x143ED5) is known color: Persian Blue. HEX triplet: 14, 3E and D5. RGB value is (20,62,213). Sum of RGB (Red+Green+Blue) = 20+62+213=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #143ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ED5 is #EBC12A. Grayscale: #424242. Windows color (decimal): -15450411 or 13975060. OLE color: 13975060.
HSL color Cylindrical-coordinate representation of color #143ED5: hue angle of 226.94º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143ED5 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 62 | 213 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.16 |
| HSL | 226.94º | 0.83% | 0.46% | - |
| HSV(B) | 226.94º | 0.91% | 0.84% | - |
| XYZ | 14.02 | 8.4 | 63.83 | - |
| YUV | 66.66 | 210.59 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 213 | 0.91 | 0.71 | 0 | 0.16 | 226.94 | 0.83 | 0.46 |
| Hex | 14 | 3E | D5 | 5B | 47 | 0 | 10 | E3 | 53 | 2E |
| Octal | 24 | 76 | 325 | 133 | 107 | 0 | 20 | 343 | 123 | 56 |
| Binary | 10100 | 111110 | 11010101 | 1011011 | 1000111 | 0 | 10000 | 11100011 | 1010011 | 101110 |
Color Harmonies of #143ED5
Complementary color
Monochromatic Colors of #143ED5
Black with #143ED5
Text Example
Text Example
White with #143ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143ED5; }
p { color: rgb(20,62,213); }
H1.HeaderClassName
{
color: #143ED5;
}
.AnyTagClassName
{
color: #143ED5;
}
</style>
background-color css
<style>
a { background-color: #143ED5; }
a { background-color: rgb(20,62,213); }
div.DivClassName
{
background-color: #143ED5;
}
.BgClassName
{
background-color: #143ED5;
}
</style>
border-color css
<style>
span { border-color: #143ED5; }
span { border-color: rgb(20,62,213); }
td.TdClassName
{
border-color: #143ED5;
}
.TagClassName
{
border-color: #143ED5;
}
</style>