Shades of Persian Blue #143DEC
Tints of Persian Blue #143DEC
RGB
CMYK
RGB Variations
Color information
#143DEC (or 0x143DEC) is known color: Persian Blue. HEX triplet: 14, 3D and EC. RGB value is (20,61,236). Sum of RGB (Red+Green+Blue) = 20+61+236=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #143DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DEC is #EBC213. Grayscale: #434343. Windows color (decimal): -15450644 or 15482132. OLE color: 15482132.
HSL color Cylindrical-coordinate representation of color #143DEC: hue angle of 228.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143DEC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 61 | 236 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.07 |
| HSL | 228.61º | 0.85% | 0.5% | - |
| HSV(B) | 228.61º | 0.92% | 0.93% | - |
| XYZ | 17.1 | 9.54 | 80.3 | - |
| YUV | 68.69 | 222.42 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 236 | 0.92 | 0.74 | 0 | 0.07 | 228.61 | 0.85 | 0.5 |
| Hex | 14 | 3D | EC | 5C | 4A | 0 | 7 | E5 | 55 | 32 |
| Octal | 24 | 75 | 354 | 134 | 112 | 0 | 7 | 345 | 125 | 62 |
| Binary | 10100 | 111101 | 11101100 | 1011100 | 1001010 | 0 | 111 | 11100101 | 1010101 | 110010 |
Color Harmonies of #143DEC
Complementary color
Monochromatic Colors of #143DEC
Black with #143DEC
Text Example
Text Example
White with #143DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DEC; }
p { color: rgb(20,61,236); }
H1.HeaderClassName
{
color: #143DEC;
}
.AnyTagClassName
{
color: #143DEC;
}
</style>
background-color css
<style>
a { background-color: #143DEC; }
a { background-color: rgb(20,61,236); }
div.DivClassName
{
background-color: #143DEC;
}
.BgClassName
{
background-color: #143DEC;
}
</style>
border-color css
<style>
span { border-color: #143DEC; }
span { border-color: rgb(20,61,236); }
td.TdClassName
{
border-color: #143DEC;
}
.TagClassName
{
border-color: #143DEC;
}
</style>