Shades of Persian Blue #143FCE
Tints of Persian Blue #143FCE
RGB
CMYK
RGB Variations
Color information
#143FCE (or 0x143FCE) is known color: Persian Blue. HEX triplet: 14, 3F and CE. RGB value is (20,63,206). Sum of RGB (Red+Green+Blue) = 20+63+206=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #143FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FCE is #EBC031. Grayscale: #414141. Windows color (decimal): -15450162 or 13516564. OLE color: 13516564.
HSL color Cylindrical-coordinate representation of color #143FCE: hue angle of 226.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143FCE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 63 | 206 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.19 |
| HSL | 226.13º | 0.82% | 0.44% | - |
| HSV(B) | 226.13º | 0.9% | 0.81% | - |
| XYZ | 13.21 | 8.16 | 59.27 | - |
| YUV | 66.45 | 206.75 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 206 | 0.90 | 0.69 | 0 | 0.19 | 226.13 | 0.82 | 0.44 |
| Hex | 14 | 3F | CE | 5A | 45 | 0 | 13 | E2 | 52 | 2C |
| Octal | 24 | 77 | 316 | 132 | 105 | 0 | 23 | 342 | 122 | 54 |
| Binary | 10100 | 111111 | 11001110 | 1011010 | 1000101 | 0 | 10011 | 11100010 | 1010010 | 101100 |
Color Harmonies of #143FCE
Complementary color
Monochromatic Colors of #143FCE
Black with #143FCE
Text Example
Text Example
White with #143FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FCE; }
p { color: rgb(20,63,206); }
H1.HeaderClassName
{
color: #143FCE;
}
.AnyTagClassName
{
color: #143FCE;
}
</style>
background-color css
<style>
a { background-color: #143FCE; }
a { background-color: rgb(20,63,206); }
div.DivClassName
{
background-color: #143FCE;
}
.BgClassName
{
background-color: #143FCE;
}
</style>
border-color css
<style>
span { border-color: #143FCE; }
span { border-color: rgb(20,63,206); }
td.TdClassName
{
border-color: #143FCE;
}
.TagClassName
{
border-color: #143FCE;
}
</style>