Shades of Persian Blue #141FB9
Tints of Persian Blue #141FB9
RGB
CMYK
RGB Variations
Color information
#141FB9 (or 0x141FB9) is known color: Persian Blue. HEX triplet: 14, 1F and B9. RGB value is (20,31,185). Sum of RGB (Red+Green+Blue) = 20+31+185=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 185 (72.66% from 255 or 78.39% from 236); Max value from RGB is 185 - color contains mainly: blue. Hex color #141FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FB9 is #EBE046. Grayscale: #2C2C2C. Windows color (decimal): -15458375 or 12132116. OLE color: 12132116.
HSL color Cylindrical-coordinate representation of color #141FB9: hue angle of 236º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141FB9 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 31 | 185 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.27 |
| HSL | 236º | 0.8% | 0.4% | - |
| HSV(B) | 236º | 0.89% | 0.73% | - |
| XYZ | 9.54 | 4.63 | 46.29 | - |
| YUV | 45.27 | 206.86 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 185 | 0.89 | 0.83 | 0 | 0.27 | 236 | 0.8 | 0.4 |
| Hex | 14 | 1F | B9 | 59 | 53 | 0 | 1B | EC | 50 | 28 |
| Octal | 24 | 37 | 271 | 131 | 123 | 0 | 33 | 354 | 120 | 50 |
| Binary | 10100 | 11111 | 10111001 | 1011001 | 1010011 | 0 | 11011 | 11101100 | 1010000 | 101000 |
Color Harmonies of #141FB9
Complementary color
Monochromatic Colors of #141FB9
Black with #141FB9
Text Example
Text Example
White with #141FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FB9; }
p { color: rgb(20,31,185); }
H1.HeaderClassName
{
color: #141FB9;
}
.AnyTagClassName
{
color: #141FB9;
}
</style>
background-color css
<style>
a { background-color: #141FB9; }
a { background-color: rgb(20,31,185); }
div.DivClassName
{
background-color: #141FB9;
}
.BgClassName
{
background-color: #141FB9;
}
</style>
border-color css
<style>
span { border-color: #141FB9; }
span { border-color: rgb(20,31,185); }
td.TdClassName
{
border-color: #141FB9;
}
.TagClassName
{
border-color: #141FB9;
}
</style>