Shades of Persian Blue #141ABB
Tints of Persian Blue #141ABB
RGB
CMYK
RGB Variations
Color information
#141ABB (or 0x141ABB) is known color: Persian Blue. HEX triplet: 14, 1A and BB. RGB value is (20,26,187). Sum of RGB (Red+Green+Blue) = 20+26+187=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #141ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABB is #EBE544. Grayscale: #292929. Windows color (decimal): -15459653 or 12261908. OLE color: 12261908.
HSL color Cylindrical-coordinate representation of color #141ABB: hue angle of 237.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141ABB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 26 | 187 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.27 |
| HSL | 237.84º | 0.81% | 0.41% | - |
| HSV(B) | 237.84º | 0.89% | 0.73% | - |
| XYZ | 9.63 | 4.48 | 47.37 | - |
| YUV | 42.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 187 | 0.89 | 0.86 | 0 | 0.27 | 237.84 | 0.81 | 0.41 |
| Hex | 14 | 1A | BB | 59 | 56 | 0 | 1B | EE | 51 | 29 |
| Octal | 24 | 32 | 273 | 131 | 126 | 0 | 33 | 356 | 121 | 51 |
| Binary | 10100 | 11010 | 10111011 | 1011001 | 1010110 | 0 | 11011 | 11101110 | 1010001 | 101001 |
Color Harmonies of #141ABB
Complementary color
Monochromatic Colors of #141ABB
Black with #141ABB
Text Example
Text Example
White with #141ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ABB; }
p { color: rgb(20,26,187); }
H1.HeaderClassName
{
color: #141ABB;
}
.AnyTagClassName
{
color: #141ABB;
}
</style>
background-color css
<style>
a { background-color: #141ABB; }
a { background-color: rgb(20,26,187); }
div.DivClassName
{
background-color: #141ABB;
}
.BgClassName
{
background-color: #141ABB;
}
</style>
border-color css
<style>
span { border-color: #141ABB; }
span { border-color: rgb(20,26,187); }
td.TdClassName
{
border-color: #141ABB;
}
.TagClassName
{
border-color: #141ABB;
}
</style>