Shades of Persian Blue #143CED
Tints of Persian Blue #143CED
RGB
CMYK
RGB Variations
Color information
#143CED (or 0x143CED) is known color: Persian Blue. HEX triplet: 14, 3C and ED. RGB value is (20,60,237). Sum of RGB (Red+Green+Blue) = 20+60+237=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #143CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143CED is #EBC312. Grayscale: #434343. Windows color (decimal): -15450899 or 15547412. OLE color: 15547412.
HSL color Cylindrical-coordinate representation of color #143CED: hue angle of 228.94º degrees, saturation: 0.86, 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 #143CED is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 60 | 237 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.07 |
| HSL | 228.94º | 0.86% | 0.5% | - |
| HSV(B) | 228.94º | 0.92% | 0.93% | - |
| XYZ | 17.19 | 9.49 | 81.05 | - |
| YUV | 68.22 | 223.25 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 237 | 0.92 | 0.75 | 0 | 0.07 | 228.94 | 0.86 | 0.5 |
| Hex | 14 | 3C | ED | 5C | 4B | 0 | 7 | E5 | 56 | 32 |
| Octal | 24 | 74 | 355 | 134 | 113 | 0 | 7 | 345 | 126 | 62 |
| Binary | 10100 | 111100 | 11101101 | 1011100 | 1001011 | 0 | 111 | 11100101 | 1010110 | 110010 |
Color Harmonies of #143CED
Complementary color
Monochromatic Colors of #143CED
Black with #143CED
Text Example
Text Example
White with #143CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CED; }
p { color: rgb(20,60,237); }
H1.HeaderClassName
{
color: #143CED;
}
.AnyTagClassName
{
color: #143CED;
}
</style>
background-color css
<style>
a { background-color: #143CED; }
a { background-color: rgb(20,60,237); }
div.DivClassName
{
background-color: #143CED;
}
.BgClassName
{
background-color: #143CED;
}
</style>
border-color css
<style>
span { border-color: #143CED; }
span { border-color: rgb(20,60,237); }
td.TdClassName
{
border-color: #143CED;
}
.TagClassName
{
border-color: #143CED;
}
</style>