Shades of Egyptian Blue #142AAA
Tints of Egyptian Blue #142AAA
RGB
CMYK
RGB Variations
Color information
#142AAA (or 0x142AAA) is known color: Egyptian Blue. HEX triplet: 14, 2A and AA. RGB value is (20,42,170). Sum of RGB (Red+Green+Blue) = 20+42+170=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #142AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142AAA is #EBD555. Grayscale: #313131. Windows color (decimal): -15455574 or 11151892. OLE color: 11151892.
HSL color Cylindrical-coordinate representation of color #142AAA: hue angle of 231.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 #142AAA is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 42 | 170 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.33 |
| HSL | 231.2º | 0.79% | 0.37% | - |
| HSV(B) | 231.2º | 0.88% | 0.67% | - |
| XYZ | 8.37 | 4.71 | 38.5 | - |
| YUV | 50.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 170 | 0.88 | 0.75 | 0 | 0.33 | 231.2 | 0.79 | 0.37 |
| Hex | 14 | 2A | AA | 58 | 4B | 0 | 21 | E7 | 4F | 25 |
| Octal | 24 | 52 | 252 | 130 | 113 | 0 | 41 | 347 | 117 | 45 |
| Binary | 10100 | 101010 | 10101010 | 1011000 | 1001011 | 0 | 100001 | 11100111 | 1001111 | 100101 |
Color Harmonies of #142AAA
Complementary color
Monochromatic Colors of #142AAA
Black with #142AAA
Text Example
Text Example
White with #142AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142AAA; }
p { color: rgb(20,42,170); }
H1.HeaderClassName
{
color: #142AAA;
}
.AnyTagClassName
{
color: #142AAA;
}
</style>
background-color css
<style>
a { background-color: #142AAA; }
a { background-color: rgb(20,42,170); }
div.DivClassName
{
background-color: #142AAA;
}
.BgClassName
{
background-color: #142AAA;
}
</style>
border-color css
<style>
span { border-color: #142AAA; }
span { border-color: rgb(20,42,170); }
td.TdClassName
{
border-color: #142AAA;
}
.TagClassName
{
border-color: #142AAA;
}
</style>