Shades of Persian Blue #141ABF
Tints of Persian Blue #141ABF
RGB
CMYK
RGB Variations
Color information
#141ABF (or 0x141ABF) is known color: Persian Blue. HEX triplet: 14, 1A and BF. RGB value is (20,26,191). Sum of RGB (Red+Green+Blue) = 20+26+191=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #141ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABF is #EBE540. Grayscale: #2A2A2A. Windows color (decimal): -15459649 or 12524052. OLE color: 12524052.
HSL color Cylindrical-coordinate representation of color #141ABF: hue angle of 237.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ABF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 26 | 191 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.25 |
| HSL | 237.89º | 0.81% | 0.41% | - |
| HSV(B) | 237.89º | 0.9% | 0.75% | - |
| XYZ | 10.06 | 4.65 | 49.66 | - |
| YUV | 43.02 | 211.51 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 191 | 0.90 | 0.86 | 0 | 0.25 | 237.89 | 0.81 | 0.41 |
| Hex | 14 | 1A | BF | 5A | 56 | 0 | 19 | EE | 51 | 29 |
| Octal | 24 | 32 | 277 | 132 | 126 | 0 | 31 | 356 | 121 | 51 |
| Binary | 10100 | 11010 | 10111111 | 1011010 | 1010110 | 0 | 11001 | 11101110 | 1010001 | 101001 |
Color Harmonies of #141ABF
Complementary color
Monochromatic Colors of #141ABF
Black with #141ABF
Text Example
Text Example
White with #141ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ABF; }
p { color: rgb(20,26,191); }
H1.HeaderClassName
{
color: #141ABF;
}
.AnyTagClassName
{
color: #141ABF;
}
</style>
background-color css
<style>
a { background-color: #141ABF; }
a { background-color: rgb(20,26,191); }
div.DivClassName
{
background-color: #141ABF;
}
.BgClassName
{
background-color: #141ABF;
}
</style>
border-color css
<style>
span { border-color: #141ABF; }
span { border-color: rgb(20,26,191); }
td.TdClassName
{
border-color: #141ABF;
}
.TagClassName
{
border-color: #141ABF;
}
</style>