Shades of Egyptian Blue #142D9F
Tints of Egyptian Blue #142D9F
RGB
CMYK
RGB Variations
Color information
#142D9F (or 0x142D9F) is known color: Egyptian Blue. HEX triplet: 14, 2D and 9F. RGB value is (20,45,159). Sum of RGB (Red+Green+Blue) = 20+45+159=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #142D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D9F is #EBD260. Grayscale: #323232. Windows color (decimal): -15454817 or 10431764. OLE color: 10431764.
HSL color Cylindrical-coordinate representation of color #142D9F: hue angle of 229.21º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142D9F is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 45 | 159 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.38 |
| HSL | 229.21º | 0.78% | 0.35% | - |
| HSV(B) | 229.21º | 0.87% | 0.62% | - |
| XYZ | 7.48 | 4.53 | 33.28 | - |
| YUV | 50.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 159 | 0.87 | 0.72 | 0 | 0.38 | 229.21 | 0.78 | 0.35 |
| Hex | 14 | 2D | 9F | 57 | 48 | 0 | 26 | E5 | 4E | 23 |
| Octal | 24 | 55 | 237 | 127 | 110 | 0 | 46 | 345 | 116 | 43 |
| Binary | 10100 | 101101 | 10011111 | 1010111 | 1001000 | 0 | 100110 | 11100101 | 1001110 | 100011 |
Color Harmonies of #142D9F
Complementary color
Monochromatic Colors of #142D9F
Black with #142D9F
Text Example
Text Example
White with #142D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D9F; }
p { color: rgb(20,45,159); }
H1.HeaderClassName
{
color: #142D9F;
}
.AnyTagClassName
{
color: #142D9F;
}
</style>
background-color css
<style>
a { background-color: #142D9F; }
a { background-color: rgb(20,45,159); }
div.DivClassName
{
background-color: #142D9F;
}
.BgClassName
{
background-color: #142D9F;
}
</style>
border-color css
<style>
span { border-color: #142D9F; }
span { border-color: rgb(20,45,159); }
td.TdClassName
{
border-color: #142D9F;
}
.TagClassName
{
border-color: #142D9F;
}
</style>