Shades of Egyptian Blue #141AB2
Tints of Egyptian Blue #141AB2
RGB
CMYK
RGB Variations
Color information
#141AB2 (or 0x141AB2) is known color: Egyptian Blue. HEX triplet: 14, 1A and B2. RGB value is (20,26,178). Sum of RGB (Red+Green+Blue) = 20+26+178=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 178 (69.92% from 255 or 79.46% from 224); Max value from RGB is 178 - color contains mainly: blue. Hex color #141AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AB2 is #EBE54D. Grayscale: #282828. Windows color (decimal): -15459662 or 11672084. OLE color: 11672084.
HSL color Cylindrical-coordinate representation of color #141AB2: hue angle of 237.72º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB2 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 26 | 178 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.30 |
| HSL | 237.72º | 0.8% | 0.39% | - |
| HSV(B) | 237.72º | 0.89% | 0.7% | - |
| XYZ | 8.69 | 4.1 | 42.45 | - |
| YUV | 41.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 178 | 0.89 | 0.85 | 0 | 0.30 | 237.72 | 0.8 | 0.39 |
| Hex | 14 | 1A | B2 | 59 | 55 | 0 | 1E | EE | 50 | 27 |
| Octal | 24 | 32 | 262 | 131 | 125 | 0 | 36 | 356 | 120 | 47 |
| Binary | 10100 | 11010 | 10110010 | 1011001 | 1010101 | 0 | 11110 | 11101110 | 1010000 | 100111 |
Color Harmonies of #141AB2
Complementary color
Monochromatic Colors of #141AB2
Black with #141AB2
Text Example
Text Example
White with #141AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AB2; }
p { color: rgb(20,26,178); }
H1.HeaderClassName
{
color: #141AB2;
}
.AnyTagClassName
{
color: #141AB2;
}
</style>
background-color css
<style>
a { background-color: #141AB2; }
a { background-color: rgb(20,26,178); }
div.DivClassName
{
background-color: #141AB2;
}
.BgClassName
{
background-color: #141AB2;
}
</style>
border-color css
<style>
span { border-color: #141AB2; }
span { border-color: rgb(20,26,178); }
td.TdClassName
{
border-color: #141AB2;
}
.TagClassName
{
border-color: #141AB2;
}
</style>