Shades of Persian Blue #143EDC
Tints of Persian Blue #143EDC
RGB
CMYK
RGB Variations
Color information
#143EDC (or 0x143EDC) is known color: Persian Blue. HEX triplet: 14, 3E and DC. RGB value is (20,62,220). Sum of RGB (Red+Green+Blue) = 20+62+220=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #143EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143EDC is #EBC123. Grayscale: #424242. Windows color (decimal): -15450404 or 14433812. OLE color: 14433812.
HSL color Cylindrical-coordinate representation of color #143EDC: hue angle of 227.4º 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 #143EDC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 62 | 220 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.14 |
| HSL | 227.4º | 0.83% | 0.47% | - |
| HSV(B) | 227.4º | 0.91% | 0.86% | - |
| XYZ | 14.93 | 8.76 | 68.61 | - |
| YUV | 67.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 220 | 0.91 | 0.72 | 0 | 0.14 | 227.4 | 0.83 | 0.47 |
| Hex | 14 | 3E | DC | 5B | 48 | 0 | E | E3 | 53 | 2F |
| Octal | 24 | 76 | 334 | 133 | 110 | 0 | 16 | 343 | 123 | 57 |
| Binary | 10100 | 111110 | 11011100 | 1011011 | 1001000 | 0 | 1110 | 11100011 | 1010011 | 101111 |
Color Harmonies of #143EDC
Complementary color
Monochromatic Colors of #143EDC
Black with #143EDC
Text Example
Text Example
White with #143EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EDC; }
p { color: rgb(20,62,220); }
H1.HeaderClassName
{
color: #143EDC;
}
.AnyTagClassName
{
color: #143EDC;
}
</style>
background-color css
<style>
a { background-color: #143EDC; }
a { background-color: rgb(20,62,220); }
div.DivClassName
{
background-color: #143EDC;
}
.BgClassName
{
background-color: #143EDC;
}
</style>
border-color css
<style>
span { border-color: #143EDC; }
span { border-color: rgb(20,62,220); }
td.TdClassName
{
border-color: #143EDC;
}
.TagClassName
{
border-color: #143EDC;
}
</style>