Shades of Egyptian Blue #142DAC
Tints of Egyptian Blue #142DAC
RGB
CMYK
RGB Variations
Color information
#142DAC (or 0x142DAC) is known color: Egyptian Blue. HEX triplet: 14, 2D and AC. RGB value is (20,45,172). Sum of RGB (Red+Green+Blue) = 20+45+172=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #142DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DAC is #EBD253. Grayscale: #333333. Windows color (decimal): -15454804 or 11283732. OLE color: 11283732.
HSL color Cylindrical-coordinate representation of color #142DAC: hue angle of 230.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142DAC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 45 | 172 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.33 |
| HSL | 230.13º | 0.79% | 0.38% | - |
| HSV(B) | 230.13º | 0.88% | 0.67% | - |
| XYZ | 8.67 | 5 | 39.54 | - |
| YUV | 52 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 172 | 0.88 | 0.74 | 0 | 0.33 | 230.13 | 0.79 | 0.38 |
| Hex | 14 | 2D | AC | 58 | 4A | 0 | 21 | E6 | 4F | 26 |
| Octal | 24 | 55 | 254 | 130 | 112 | 0 | 41 | 346 | 117 | 46 |
| Binary | 10100 | 101101 | 10101100 | 1011000 | 1001010 | 0 | 100001 | 11100110 | 1001111 | 100110 |
Color Harmonies of #142DAC
Complementary color
Monochromatic Colors of #142DAC
Black with #142DAC
Text Example
Text Example
White with #142DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DAC; }
p { color: rgb(20,45,172); }
H1.HeaderClassName
{
color: #142DAC;
}
.AnyTagClassName
{
color: #142DAC;
}
</style>
background-color css
<style>
a { background-color: #142DAC; }
a { background-color: rgb(20,45,172); }
div.DivClassName
{
background-color: #142DAC;
}
.BgClassName
{
background-color: #142DAC;
}
</style>
border-color css
<style>
span { border-color: #142DAC; }
span { border-color: rgb(20,45,172); }
td.TdClassName
{
border-color: #142DAC;
}
.TagClassName
{
border-color: #142DAC;
}
</style>