Shades of Persian Blue #143FC5
Tints of Persian Blue #143FC5
RGB
CMYK
RGB Variations
Color information
#143FC5 (or 0x143FC5) is known color: Persian Blue. HEX triplet: 14, 3F and C5. RGB value is (20,63,197). Sum of RGB (Red+Green+Blue) = 20+63+197=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #143FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FC5 is #EBC03A. Grayscale: #404040. Windows color (decimal): -15450171 or 12926740. OLE color: 12926740.
HSL color Cylindrical-coordinate representation of color #143FC5: hue angle of 225.42º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143FC5 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 63 | 197 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.23 |
| HSL | 225.42º | 0.82% | 0.43% | - |
| HSV(B) | 225.42º | 0.9% | 0.77% | - |
| XYZ | 12.14 | 7.73 | 53.68 | - |
| YUV | 65.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 197 | 0.90 | 0.68 | 0 | 0.23 | 225.42 | 0.82 | 0.43 |
| Hex | 14 | 3F | C5 | 5A | 44 | 0 | 17 | E1 | 52 | 2B |
| Octal | 24 | 77 | 305 | 132 | 104 | 0 | 27 | 341 | 122 | 53 |
| Binary | 10100 | 111111 | 11000101 | 1011010 | 1000100 | 0 | 10111 | 11100001 | 1010010 | 101011 |
Color Harmonies of #143FC5
Complementary color
Monochromatic Colors of #143FC5
Black with #143FC5
Text Example
Text Example
White with #143FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FC5; }
p { color: rgb(20,63,197); }
H1.HeaderClassName
{
color: #143FC5;
}
.AnyTagClassName
{
color: #143FC5;
}
</style>
background-color css
<style>
a { background-color: #143FC5; }
a { background-color: rgb(20,63,197); }
div.DivClassName
{
background-color: #143FC5;
}
.BgClassName
{
background-color: #143FC5;
}
</style>
border-color css
<style>
span { border-color: #143FC5; }
span { border-color: rgb(20,63,197); }
td.TdClassName
{
border-color: #143FC5;
}
.TagClassName
{
border-color: #143FC5;
}
</style>