Shades of Persian Blue #143DCD
Tints of Persian Blue #143DCD
RGB
CMYK
RGB Variations
Color information
#143DCD (or 0x143DCD) is known color: Persian Blue. HEX triplet: 14, 3D and CD. RGB value is (20,61,205). Sum of RGB (Red+Green+Blue) = 20+61+205=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #143DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DCD is #EBC232. Grayscale: #404040. Windows color (decimal): -15450675 or 13450516. OLE color: 13450516.
HSL color Cylindrical-coordinate representation of color #143DCD: hue angle of 226.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143DCD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 61 | 205 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.20 |
| HSL | 226.7º | 0.82% | 0.44% | - |
| HSV(B) | 226.7º | 0.9% | 0.8% | - |
| XYZ | 12.98 | 7.89 | 58.6 | - |
| YUV | 65.16 | 206.92 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 205 | 0.90 | 0.70 | 0 | 0.20 | 226.7 | 0.82 | 0.44 |
| Hex | 14 | 3D | CD | 5A | 46 | 0 | 14 | E3 | 52 | 2C |
| Octal | 24 | 75 | 315 | 132 | 106 | 0 | 24 | 343 | 122 | 54 |
| Binary | 10100 | 111101 | 11001101 | 1011010 | 1000110 | 0 | 10100 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143DCD
Complementary color
Monochromatic Colors of #143DCD
Black with #143DCD
Text Example
Text Example
White with #143DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DCD; }
p { color: rgb(20,61,205); }
H1.HeaderClassName
{
color: #143DCD;
}
.AnyTagClassName
{
color: #143DCD;
}
</style>
background-color css
<style>
a { background-color: #143DCD; }
a { background-color: rgb(20,61,205); }
div.DivClassName
{
background-color: #143DCD;
}
.BgClassName
{
background-color: #143DCD;
}
</style>
border-color css
<style>
span { border-color: #143DCD; }
span { border-color: rgb(20,61,205); }
td.TdClassName
{
border-color: #143DCD;
}
.TagClassName
{
border-color: #143DCD;
}
</style>