Shades of Persian Blue #143FE0
Tints of Persian Blue #143FE0
RGB
CMYK
RGB Variations
Color information
#143FE0 (or 0x143FE0) is known color: Persian Blue. HEX triplet: 14, 3F and E0. RGB value is (20,63,224). Sum of RGB (Red+Green+Blue) = 20+63+224=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #143FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FE0 is #EBC01F. Grayscale: #434343. Windows color (decimal): -15450144 or 14696212. OLE color: 14696212.
HSL color Cylindrical-coordinate representation of color #143FE0: hue angle of 227.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143FE0 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 63 | 224 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.12 |
| HSL | 227.35º | 0.84% | 0.48% | - |
| HSV(B) | 227.35º | 0.91% | 0.88% | - |
| XYZ | 15.52 | 9.09 | 71.46 | - |
| YUV | 68.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 224 | 0.91 | 0.72 | 0 | 0.12 | 227.35 | 0.84 | 0.48 |
| Hex | 14 | 3F | E0 | 5B | 48 | 0 | C | E3 | 54 | 30 |
| Octal | 24 | 77 | 340 | 133 | 110 | 0 | 14 | 343 | 124 | 60 |
| Binary | 10100 | 111111 | 11100000 | 1011011 | 1001000 | 0 | 1100 | 11100011 | 1010100 | 110000 |
Color Harmonies of #143FE0
Complementary color
Monochromatic Colors of #143FE0
Black with #143FE0
Text Example
Text Example
White with #143FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FE0; }
p { color: rgb(20,63,224); }
H1.HeaderClassName
{
color: #143FE0;
}
.AnyTagClassName
{
color: #143FE0;
}
</style>
background-color css
<style>
a { background-color: #143FE0; }
a { background-color: rgb(20,63,224); }
div.DivClassName
{
background-color: #143FE0;
}
.BgClassName
{
background-color: #143FE0;
}
</style>
border-color css
<style>
span { border-color: #143FE0; }
span { border-color: rgb(20,63,224); }
td.TdClassName
{
border-color: #143FE0;
}
.TagClassName
{
border-color: #143FE0;
}
</style>