Shades of Persian Blue #143FCD
Tints of Persian Blue #143FCD
RGB
CMYK
RGB Variations
Color information
#143FCD (or 0x143FCD) is known color: Persian Blue. HEX triplet: 14, 3F and CD. RGB value is (20,63,205). Sum of RGB (Red+Green+Blue) = 20+63+205=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #143FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FCD is #EBC032. Grayscale: #414141. Windows color (decimal): -15450163 or 13451028. OLE color: 13451028.
HSL color Cylindrical-coordinate representation of color #143FCD: hue angle of 226.05º 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 #143FCD is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 63 | 205 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.20 |
| HSL | 226.05º | 0.82% | 0.44% | - |
| HSV(B) | 226.05º | 0.9% | 0.8% | - |
| XYZ | 13.09 | 8.11 | 58.63 | - |
| YUV | 66.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 205 | 0.90 | 0.69 | 0 | 0.20 | 226.05 | 0.82 | 0.44 |
| Hex | 14 | 3F | CD | 5A | 45 | 0 | 14 | E2 | 52 | 2C |
| Octal | 24 | 77 | 315 | 132 | 105 | 0 | 24 | 342 | 122 | 54 |
| Binary | 10100 | 111111 | 11001101 | 1011010 | 1000101 | 0 | 10100 | 11100010 | 1010010 | 101100 |
Color Harmonies of #143FCD
Complementary color
Monochromatic Colors of #143FCD
Black with #143FCD
Text Example
Text Example
White with #143FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FCD; }
p { color: rgb(20,63,205); }
H1.HeaderClassName
{
color: #143FCD;
}
.AnyTagClassName
{
color: #143FCD;
}
</style>
background-color css
<style>
a { background-color: #143FCD; }
a { background-color: rgb(20,63,205); }
div.DivClassName
{
background-color: #143FCD;
}
.BgClassName
{
background-color: #143FCD;
}
</style>
border-color css
<style>
span { border-color: #143FCD; }
span { border-color: rgb(20,63,205); }
td.TdClassName
{
border-color: #143FCD;
}
.TagClassName
{
border-color: #143FCD;
}
</style>