Shades of Egyptian Blue #143DA2
Tints of Egyptian Blue #143DA2
RGB
CMYK
RGB Variations
Color information
#143DA2 (or 0x143DA2) is known color: Egyptian Blue. HEX triplet: 14, 3D and A2. RGB value is (20,61,162). Sum of RGB (Red+Green+Blue) = 20+61+162=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #143DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA2 is #EBC25D. Grayscale: #3B3B3B. Windows color (decimal): -15450718 or 10632468. OLE color: 10632468.
HSL color Cylindrical-coordinate representation of color #143DA2: hue angle of 222.68º 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 #143DA2 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 61 | 162 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.36 |
| HSL | 222.68º | 0.78% | 0.36% | - |
| HSV(B) | 222.68º | 0.88% | 0.64% | - |
| XYZ | 8.48 | 6.09 | 34.91 | - |
| YUV | 60.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 162 | 0.88 | 0.62 | 0 | 0.36 | 222.68 | 0.78 | 0.36 |
| Hex | 14 | 3D | A2 | 58 | 3E | 0 | 24 | DF | 4E | 24 |
| Octal | 24 | 75 | 242 | 130 | 76 | 0 | 44 | 337 | 116 | 44 |
| Binary | 10100 | 111101 | 10100010 | 1011000 | 111110 | 0 | 100100 | 11011111 | 1001110 | 100100 |
Color Harmonies of #143DA2
Complementary color
Monochromatic Colors of #143DA2
Black with #143DA2
Text Example
Text Example
White with #143DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DA2; }
p { color: rgb(20,61,162); }
H1.HeaderClassName
{
color: #143DA2;
}
.AnyTagClassName
{
color: #143DA2;
}
</style>
background-color css
<style>
a { background-color: #143DA2; }
a { background-color: rgb(20,61,162); }
div.DivClassName
{
background-color: #143DA2;
}
.BgClassName
{
background-color: #143DA2;
}
</style>
border-color css
<style>
span { border-color: #143DA2; }
span { border-color: rgb(20,61,162); }
td.TdClassName
{
border-color: #143DA2;
}
.TagClassName
{
border-color: #143DA2;
}
</style>