Shades of Persian Blue #141AB7
Tints of Persian Blue #141AB7
RGB
CMYK
RGB Variations
Color information
#141AB7 (or 0x141AB7) is known color: Persian Blue. HEX triplet: 14, 1A and B7. RGB value is (20,26,183). Sum of RGB (Red+Green+Blue) = 20+26+183=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #141AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AB7 is #EBE548. Grayscale: #292929. Windows color (decimal): -15459657 or 11999764. OLE color: 11999764.
HSL color Cylindrical-coordinate representation of color #141AB7: hue angle of 237.79º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB7 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 26 | 183 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.28 |
| HSL | 237.79º | 0.8% | 0.4% | - |
| HSV(B) | 237.79º | 0.89% | 0.72% | - |
| XYZ | 9.21 | 4.31 | 45.15 | - |
| YUV | 42.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 183 | 0.89 | 0.86 | 0 | 0.28 | 237.79 | 0.8 | 0.4 |
| Hex | 14 | 1A | B7 | 59 | 56 | 0 | 1C | EE | 50 | 28 |
| Octal | 24 | 32 | 267 | 131 | 126 | 0 | 34 | 356 | 120 | 50 |
| Binary | 10100 | 11010 | 10110111 | 1011001 | 1010110 | 0 | 11100 | 11101110 | 1010000 | 101000 |
Color Harmonies of #141AB7
Complementary color
Monochromatic Colors of #141AB7
Black with #141AB7
Text Example
Text Example
White with #141AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AB7; }
p { color: rgb(20,26,183); }
H1.HeaderClassName
{
color: #141AB7;
}
.AnyTagClassName
{
color: #141AB7;
}
</style>
background-color css
<style>
a { background-color: #141AB7; }
a { background-color: rgb(20,26,183); }
div.DivClassName
{
background-color: #141AB7;
}
.BgClassName
{
background-color: #141AB7;
}
</style>
border-color css
<style>
span { border-color: #141AB7; }
span { border-color: rgb(20,26,183); }
td.TdClassName
{
border-color: #141AB7;
}
.TagClassName
{
border-color: #141AB7;
}
</style>