Shades of Persian Blue #141AC0
Tints of Persian Blue #141AC0
RGB
CMYK
RGB Variations
Color information
#141AC0 (or 0x141AC0) is known color: Persian Blue. HEX triplet: 14, 1A and C0. RGB value is (20,26,192). Sum of RGB (Red+Green+Blue) = 20+26+192=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #141AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AC0 is #EBE53F. Grayscale: #2A2A2A. Windows color (decimal): -15459648 or 12589588. OLE color: 12589588.
HSL color Cylindrical-coordinate representation of color #141AC0: hue angle of 237.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141AC0 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 26 | 192 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.25 |
| HSL | 237.91º | 0.81% | 0.42% | - |
| HSV(B) | 237.91º | 0.9% | 0.75% | - |
| XYZ | 10.17 | 4.69 | 50.24 | - |
| YUV | 43.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 192 | 0.90 | 0.86 | 0 | 0.25 | 237.91 | 0.81 | 0.42 |
| Hex | 14 | 1A | C0 | 5A | 56 | 0 | 19 | EE | 51 | 2A |
| Octal | 24 | 32 | 300 | 132 | 126 | 0 | 31 | 356 | 121 | 52 |
| Binary | 10100 | 11010 | 11000000 | 1011010 | 1010110 | 0 | 11001 | 11101110 | 1010001 | 101010 |
Color Harmonies of #141AC0
Complementary color
Monochromatic Colors of #141AC0
Black with #141AC0
Text Example
Text Example
White with #141AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AC0; }
p { color: rgb(20,26,192); }
H1.HeaderClassName
{
color: #141AC0;
}
.AnyTagClassName
{
color: #141AC0;
}
</style>
background-color css
<style>
a { background-color: #141AC0; }
a { background-color: rgb(20,26,192); }
div.DivClassName
{
background-color: #141AC0;
}
.BgClassName
{
background-color: #141AC0;
}
</style>
border-color css
<style>
span { border-color: #141AC0; }
span { border-color: rgb(20,26,192); }
td.TdClassName
{
border-color: #141AC0;
}
.TagClassName
{
border-color: #141AC0;
}
</style>