Shades of Persian Blue #143CDF
Tints of Persian Blue #143CDF
RGB
CMYK
RGB Variations
Color information
#143CDF (or 0x143CDF) is known color: Persian Blue. HEX triplet: 14, 3C and DF. RGB value is (20,60,223). Sum of RGB (Red+Green+Blue) = 20+60+223=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #143CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CDF is #EBC320. Grayscale: #414141. Windows color (decimal): -15450913 or 14629908. OLE color: 14629908.
HSL color Cylindrical-coordinate representation of color #143CDF: hue angle of 228.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CDF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 60 | 223 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 228.18º | 0.84% | 0.48% | - |
| HSV(B) | 228.18º | 0.91% | 0.87% | - |
| XYZ | 15.22 | 8.71 | 70.69 | - |
| YUV | 66.62 | 216.25 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 223 | 0.91 | 0.73 | 0 | 0.13 | 228.18 | 0.84 | 0.48 |
| Hex | 14 | 3C | DF | 5B | 49 | 0 | D | E4 | 54 | 30 |
| Octal | 24 | 74 | 337 | 133 | 111 | 0 | 15 | 344 | 124 | 60 |
| Binary | 10100 | 111100 | 11011111 | 1011011 | 1001001 | 0 | 1101 | 11100100 | 1010100 | 110000 |
Color Harmonies of #143CDF
Complementary color
Monochromatic Colors of #143CDF
Black with #143CDF
Text Example
Text Example
White with #143CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CDF; }
p { color: rgb(20,60,223); }
H1.HeaderClassName
{
color: #143CDF;
}
.AnyTagClassName
{
color: #143CDF;
}
</style>
background-color css
<style>
a { background-color: #143CDF; }
a { background-color: rgb(20,60,223); }
div.DivClassName
{
background-color: #143CDF;
}
.BgClassName
{
background-color: #143CDF;
}
</style>
border-color css
<style>
span { border-color: #143CDF; }
span { border-color: rgb(20,60,223); }
td.TdClassName
{
border-color: #143CDF;
}
.TagClassName
{
border-color: #143CDF;
}
</style>