Shades of Egyptian Blue #141BAA
Tints of Egyptian Blue #141BAA
RGB
CMYK
RGB Variations
Color information
#141BAA (or 0x141BAA) is known color: Egyptian Blue. HEX triplet: 14, 1B and AA. RGB value is (20,27,170). Sum of RGB (Red+Green+Blue) = 20+27+170=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #141BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BAA is #EBE455. Grayscale: #282828. Windows color (decimal): -15459414 or 11148052. OLE color: 11148052.
HSL color Cylindrical-coordinate representation of color #141BAA: hue angle of 237.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141BAA is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 27 | 170 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.33 |
| HSL | 237.2º | 0.79% | 0.37% | - |
| HSV(B) | 237.2º | 0.88% | 0.67% | - |
| XYZ | 7.94 | 3.83 | 38.35 | - |
| YUV | 41.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 170 | 0.88 | 0.84 | 0 | 0.33 | 237.2 | 0.79 | 0.37 |
| Hex | 14 | 1B | AA | 58 | 54 | 0 | 21 | ED | 4F | 25 |
| Octal | 24 | 33 | 252 | 130 | 124 | 0 | 41 | 355 | 117 | 45 |
| Binary | 10100 | 11011 | 10101010 | 1011000 | 1010100 | 0 | 100001 | 11101101 | 1001111 | 100101 |
Color Harmonies of #141BAA
Complementary color
Monochromatic Colors of #141BAA
Black with #141BAA
Text Example
Text Example
White with #141BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BAA; }
p { color: rgb(20,27,170); }
H1.HeaderClassName
{
color: #141BAA;
}
.AnyTagClassName
{
color: #141BAA;
}
</style>
background-color css
<style>
a { background-color: #141BAA; }
a { background-color: rgb(20,27,170); }
div.DivClassName
{
background-color: #141BAA;
}
.BgClassName
{
background-color: #141BAA;
}
</style>
border-color css
<style>
span { border-color: #141BAA; }
span { border-color: rgb(20,27,170); }
td.TdClassName
{
border-color: #141BAA;
}
.TagClassName
{
border-color: #141BAA;
}
</style>