Shades of Persian Blue #143FDC
Tints of Persian Blue #143FDC
RGB
CMYK
RGB Variations
Color information
#143FDC (or 0x143FDC) is known color: Persian Blue. HEX triplet: 14, 3F and DC. RGB value is (20,63,220). Sum of RGB (Red+Green+Blue) = 20+63+220=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #143FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FDC is #EBC023. Grayscale: #434343. Windows color (decimal): -15450148 or 14434068. OLE color: 14434068.
HSL color Cylindrical-coordinate representation of color #143FDC: hue angle of 227.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143FDC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 63 | 220 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.14 |
| HSL | 227.1º | 0.83% | 0.47% | - |
| HSV(B) | 227.1º | 0.91% | 0.86% | - |
| XYZ | 14.98 | 8.87 | 68.63 | - |
| YUV | 68.04 | 213.75 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 220 | 0.91 | 0.71 | 0 | 0.14 | 227.1 | 0.83 | 0.47 |
| Hex | 14 | 3F | DC | 5B | 47 | 0 | E | E3 | 53 | 2F |
| Octal | 24 | 77 | 334 | 133 | 107 | 0 | 16 | 343 | 123 | 57 |
| Binary | 10100 | 111111 | 11011100 | 1011011 | 1000111 | 0 | 1110 | 11100011 | 1010011 | 101111 |
Color Harmonies of #143FDC
Complementary color
Monochromatic Colors of #143FDC
Black with #143FDC
Text Example
Text Example
White with #143FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FDC; }
p { color: rgb(20,63,220); }
H1.HeaderClassName
{
color: #143FDC;
}
.AnyTagClassName
{
color: #143FDC;
}
</style>
background-color css
<style>
a { background-color: #143FDC; }
a { background-color: rgb(20,63,220); }
div.DivClassName
{
background-color: #143FDC;
}
.BgClassName
{
background-color: #143FDC;
}
</style>
border-color css
<style>
span { border-color: #143FDC; }
span { border-color: rgb(20,63,220); }
td.TdClassName
{
border-color: #143FDC;
}
.TagClassName
{
border-color: #143FDC;
}
</style>