Shades of Egyptian Blue #141BA9
Tints of Egyptian Blue #141BA9
RGB
CMYK
RGB Variations
Color information
#141BA9 (or 0x141BA9) is known color: Egyptian Blue. HEX triplet: 14, 1B and A9. RGB value is (20,27,169). Sum of RGB (Red+Green+Blue) = 20+27+169=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #141BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BA9 is #EBE456. Grayscale: #282828. Windows color (decimal): -15459415 or 11082516. OLE color: 11082516.
HSL color Cylindrical-coordinate representation of color #141BA9: hue angle of 237.18º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141BA9 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 27 | 169 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.34 |
| HSL | 237.18º | 0.79% | 0.37% | - |
| HSV(B) | 237.18º | 0.88% | 0.66% | - |
| XYZ | 7.84 | 3.8 | 37.86 | - |
| YUV | 41.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 169 | 0.88 | 0.84 | 0 | 0.34 | 237.18 | 0.79 | 0.37 |
| Hex | 14 | 1B | A9 | 58 | 54 | 0 | 22 | ED | 4F | 25 |
| Octal | 24 | 33 | 251 | 130 | 124 | 0 | 42 | 355 | 117 | 45 |
| Binary | 10100 | 11011 | 10101001 | 1011000 | 1010100 | 0 | 100010 | 11101101 | 1001111 | 100101 |
Color Harmonies of #141BA9
Complementary color
Monochromatic Colors of #141BA9
Black with #141BA9
Text Example
Text Example
White with #141BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BA9; }
p { color: rgb(20,27,169); }
H1.HeaderClassName
{
color: #141BA9;
}
.AnyTagClassName
{
color: #141BA9;
}
</style>
background-color css
<style>
a { background-color: #141BA9; }
a { background-color: rgb(20,27,169); }
div.DivClassName
{
background-color: #141BA9;
}
.BgClassName
{
background-color: #141BA9;
}
</style>
border-color css
<style>
span { border-color: #141BA9; }
span { border-color: rgb(20,27,169); }
td.TdClassName
{
border-color: #141BA9;
}
.TagClassName
{
border-color: #141BA9;
}
</style>