Shades of Egyptian Blue #141AB0
Tints of Egyptian Blue #141AB0
RGB
CMYK
RGB Variations
Color information
#141AB0 (or 0x141AB0) is known color: Egyptian Blue. HEX triplet: 14, 1A and B0. RGB value is (20,26,176). Sum of RGB (Red+Green+Blue) = 20+26+176=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 176 (69.14% from 255 or 79.28% from 222); Max value from RGB is 176 - color contains mainly: blue. Hex color #141AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AB0 is #EBE54F. Grayscale: #282828. Windows color (decimal): -15459664 or 11541012. OLE color: 11541012.
HSL color Cylindrical-coordinate representation of color #141AB0: hue angle of 237.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB0 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 26 | 176 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.31 |
| HSL | 237.69º | 0.8% | 0.38% | - |
| HSV(B) | 237.69º | 0.89% | 0.69% | - |
| XYZ | 8.49 | 4.02 | 41.4 | - |
| YUV | 41.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 176 | 0.89 | 0.85 | 0 | 0.31 | 237.69 | 0.8 | 0.38 |
| Hex | 14 | 1A | B0 | 59 | 55 | 0 | 1F | EE | 50 | 26 |
| Octal | 24 | 32 | 260 | 131 | 125 | 0 | 37 | 356 | 120 | 46 |
| Binary | 10100 | 11010 | 10110000 | 1011001 | 1010101 | 0 | 11111 | 11101110 | 1010000 | 100110 |
Color Harmonies of #141AB0
Complementary color
Monochromatic Colors of #141AB0
Black with #141AB0
Text Example
Text Example
White with #141AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AB0; }
p { color: rgb(20,26,176); }
H1.HeaderClassName
{
color: #141AB0;
}
.AnyTagClassName
{
color: #141AB0;
}
</style>
background-color css
<style>
a { background-color: #141AB0; }
a { background-color: rgb(20,26,176); }
div.DivClassName
{
background-color: #141AB0;
}
.BgClassName
{
background-color: #141AB0;
}
</style>
border-color css
<style>
span { border-color: #141AB0; }
span { border-color: rgb(20,26,176); }
td.TdClassName
{
border-color: #141AB0;
}
.TagClassName
{
border-color: #141AB0;
}
</style>