Shades of Persian Blue #141BBE
Tints of Persian Blue #141BBE
RGB
CMYK
RGB Variations
Color information
#141BBE (or 0x141BBE) is known color: Persian Blue. HEX triplet: 14, 1B and BE. RGB value is (20,27,190). Sum of RGB (Red+Green+Blue) = 20+27+190=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #141BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BBE is #EBE441. Grayscale: #2A2A2A. Windows color (decimal): -15459394 or 12458772. OLE color: 12458772.
HSL color Cylindrical-coordinate representation of color #141BBE: hue angle of 237.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141BBE is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 27 | 190 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.25 |
| HSL | 237.53º | 0.81% | 0.41% | - |
| HSV(B) | 237.53º | 0.89% | 0.75% | - |
| XYZ | 9.97 | 4.65 | 49.09 | - |
| YUV | 43.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 190 | 0.89 | 0.86 | 0 | 0.25 | 237.53 | 0.81 | 0.41 |
| Hex | 14 | 1B | BE | 59 | 56 | 0 | 19 | EE | 51 | 29 |
| Octal | 24 | 33 | 276 | 131 | 126 | 0 | 31 | 356 | 121 | 51 |
| Binary | 10100 | 11011 | 10111110 | 1011001 | 1010110 | 0 | 11001 | 11101110 | 1010001 | 101001 |
Color Harmonies of #141BBE
Complementary color
Monochromatic Colors of #141BBE
Black with #141BBE
Text Example
Text Example
White with #141BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BBE; }
p { color: rgb(20,27,190); }
H1.HeaderClassName
{
color: #141BBE;
}
.AnyTagClassName
{
color: #141BBE;
}
</style>
background-color css
<style>
a { background-color: #141BBE; }
a { background-color: rgb(20,27,190); }
div.DivClassName
{
background-color: #141BBE;
}
.BgClassName
{
background-color: #141BBE;
}
</style>
border-color css
<style>
span { border-color: #141BBE; }
span { border-color: rgb(20,27,190); }
td.TdClassName
{
border-color: #141BBE;
}
.TagClassName
{
border-color: #141BBE;
}
</style>