Shades of Egyptian Blue #141FA2
Tints of Egyptian Blue #141FA2
RGB
CMYK
RGB Variations
Color information
#141FA2 (or 0x141FA2) is known color: Egyptian Blue. HEX triplet: 14, 1F and A2. RGB value is (20,31,162). Sum of RGB (Red+Green+Blue) = 20+31+162=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #141FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141FA2 is #EBE05D. Grayscale: #2A2A2A. Windows color (decimal): -15458398 or 10624788. OLE color: 10624788.
HSL color Cylindrical-coordinate representation of color #141FA2: hue angle of 235.35º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141FA2 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 31 | 162 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.36 |
| HSL | 235.35º | 0.78% | 0.36% | - |
| HSV(B) | 235.35º | 0.88% | 0.64% | - |
| XYZ | 7.3 | 3.74 | 34.52 | - |
| YUV | 42.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 162 | 0.88 | 0.81 | 0 | 0.36 | 235.35 | 0.78 | 0.36 |
| Hex | 14 | 1F | A2 | 58 | 51 | 0 | 24 | EB | 4E | 24 |
| Octal | 24 | 37 | 242 | 130 | 121 | 0 | 44 | 353 | 116 | 44 |
| Binary | 10100 | 11111 | 10100010 | 1011000 | 1010001 | 0 | 100100 | 11101011 | 1001110 | 100100 |
Color Harmonies of #141FA2
Complementary color
Monochromatic Colors of #141FA2
Black with #141FA2
Text Example
Text Example
White with #141FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FA2; }
p { color: rgb(20,31,162); }
H1.HeaderClassName
{
color: #141FA2;
}
.AnyTagClassName
{
color: #141FA2;
}
</style>
background-color css
<style>
a { background-color: #141FA2; }
a { background-color: rgb(20,31,162); }
div.DivClassName
{
background-color: #141FA2;
}
.BgClassName
{
background-color: #141FA2;
}
</style>
border-color css
<style>
span { border-color: #141FA2; }
span { border-color: rgb(20,31,162); }
td.TdClassName
{
border-color: #141FA2;
}
.TagClassName
{
border-color: #141FA2;
}
</style>