Shades of Persian Blue #141AB5
Tints of Persian Blue #141AB5
RGB
CMYK
RGB Variations
Color information
#141AB5 (or 0x141AB5) is known color: Persian Blue. HEX triplet: 14, 1A and B5. RGB value is (20,26,181). Sum of RGB (Red+Green+Blue) = 20+26+181=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 181 (71.09% from 255 or 79.74% from 227); Max value from RGB is 181 - color contains mainly: blue. Hex color #141AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AB5 is #EBE54A. Grayscale: #292929. Windows color (decimal): -15459659 or 11868692. OLE color: 11868692.
HSL color Cylindrical-coordinate representation of color #141AB5: hue angle of 237.76º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB5 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 26 | 181 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.29 |
| HSL | 237.76º | 0.8% | 0.39% | - |
| HSV(B) | 237.76º | 0.89% | 0.71% | - |
| XYZ | 9 | 4.22 | 44.06 | - |
| YUV | 41.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 181 | 0.89 | 0.86 | 0 | 0.29 | 237.76 | 0.8 | 0.39 |
| Hex | 14 | 1A | B5 | 59 | 56 | 0 | 1D | EE | 50 | 27 |
| Octal | 24 | 32 | 265 | 131 | 126 | 0 | 35 | 356 | 120 | 47 |
| Binary | 10100 | 11010 | 10110101 | 1011001 | 1010110 | 0 | 11101 | 11101110 | 1010000 | 100111 |
Color Harmonies of #141AB5
Complementary color
Monochromatic Colors of #141AB5
Black with #141AB5
Text Example
Text Example
White with #141AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AB5; }
p { color: rgb(20,26,181); }
H1.HeaderClassName
{
color: #141AB5;
}
.AnyTagClassName
{
color: #141AB5;
}
</style>
background-color css
<style>
a { background-color: #141AB5; }
a { background-color: rgb(20,26,181); }
div.DivClassName
{
background-color: #141AB5;
}
.BgClassName
{
background-color: #141AB5;
}
</style>
border-color css
<style>
span { border-color: #141AB5; }
span { border-color: rgb(20,26,181); }
td.TdClassName
{
border-color: #141AB5;
}
.TagClassName
{
border-color: #141AB5;
}
</style>