Shades of Egyptian Blue #143C92
Tints of Egyptian Blue #143C92
RGB
CMYK
RGB Variations
Color information
#143C92 (or 0x143C92) is known color: Egyptian Blue. HEX triplet: 14, 3C and 92. RGB value is (20,60,146). Sum of RGB (Red+Green+Blue) = 20+60+146=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #143C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C92 is #EBC36D. Grayscale: #393939. Windows color (decimal): -15450990 or 9583636. OLE color: 9583636.
HSL color Cylindrical-coordinate representation of color #143C92: hue angle of 220.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143C92 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 60 | 146 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.43 |
| HSL | 220.95º | 0.76% | 0.33% | - |
| HSV(B) | 220.95º | 0.86% | 0.57% | - |
| XYZ | 7.09 | 5.46 | 27.87 | - |
| YUV | 57.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 146 | 0.86 | 0.59 | 0 | 0.43 | 220.95 | 0.76 | 0.33 |
| Hex | 14 | 3C | 92 | 56 | 3B | 0 | 2B | DD | 4C | 21 |
| Octal | 24 | 74 | 222 | 126 | 73 | 0 | 53 | 335 | 114 | 41 |
| Binary | 10100 | 111100 | 10010010 | 1010110 | 111011 | 0 | 101011 | 11011101 | 1001100 | 100001 |
Color Harmonies of #143C92
Complementary color
Monochromatic Colors of #143C92
Black with #143C92
Text Example
Text Example
White with #143C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C92; }
p { color: rgb(20,60,146); }
H1.HeaderClassName
{
color: #143C92;
}
.AnyTagClassName
{
color: #143C92;
}
</style>
background-color css
<style>
a { background-color: #143C92; }
a { background-color: rgb(20,60,146); }
div.DivClassName
{
background-color: #143C92;
}
.BgClassName
{
background-color: #143C92;
}
</style>
border-color css
<style>
span { border-color: #143C92; }
span { border-color: rgb(20,60,146); }
td.TdClassName
{
border-color: #143C92;
}
.TagClassName
{
border-color: #143C92;
}
</style>