Shades of Persian Blue #141CBA
Tints of Persian Blue #141CBA
RGB
CMYK
RGB Variations
Color information
#141CBA (or 0x141CBA) is known color: Persian Blue. HEX triplet: 14, 1C and BA. RGB value is (20,28,186). Sum of RGB (Red+Green+Blue) = 20+28+186=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #141CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBA is #EBE345. Grayscale: #2A2A2A. Windows color (decimal): -15459142 or 12196884. OLE color: 12196884.
HSL color Cylindrical-coordinate representation of color #141CBA: hue angle of 237.11º degrees, saturation: 0.81, 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 #141CBA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 28 | 186 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.27 |
| HSL | 237.11º | 0.81% | 0.4% | - |
| HSV(B) | 237.11º | 0.89% | 0.73% | - |
| XYZ | 9.57 | 4.52 | 46.82 | - |
| YUV | 43.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 186 | 0.89 | 0.85 | 0 | 0.27 | 237.11 | 0.81 | 0.4 |
| Hex | 14 | 1C | BA | 59 | 55 | 0 | 1B | ED | 51 | 28 |
| Octal | 24 | 34 | 272 | 131 | 125 | 0 | 33 | 355 | 121 | 50 |
| Binary | 10100 | 11100 | 10111010 | 1011001 | 1010101 | 0 | 11011 | 11101101 | 1010001 | 101000 |
Color Harmonies of #141CBA
Complementary color
Monochromatic Colors of #141CBA
Black with #141CBA
Text Example
Text Example
White with #141CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CBA; }
p { color: rgb(20,28,186); }
H1.HeaderClassName
{
color: #141CBA;
}
.AnyTagClassName
{
color: #141CBA;
}
</style>
background-color css
<style>
a { background-color: #141CBA; }
a { background-color: rgb(20,28,186); }
div.DivClassName
{
background-color: #141CBA;
}
.BgClassName
{
background-color: #141CBA;
}
</style>
border-color css
<style>
span { border-color: #141CBA; }
span { border-color: rgb(20,28,186); }
td.TdClassName
{
border-color: #141CBA;
}
.TagClassName
{
border-color: #141CBA;
}
</style>