Shades of Egyptian Blue #202C93
Tints of Egyptian Blue #202C93
RGB
CMYK
RGB Variations
Color information
#202C93 (or 0x202C93) is known color: Egyptian Blue. HEX triplet: 20, 2C and 93. RGB value is (32,44,147). Sum of RGB (Red+Green+Blue) = 32+44+147=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #202C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C93 is #DFD36C. Grayscale: #333333. Windows color (decimal): -14668653 or 9645088. OLE color: 9645088.
HSL color Cylindrical-coordinate representation of color #202C93: hue angle of 233.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202C93 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 44 | 147 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.42 |
| HSL | 233.74º | 0.64% | 0.35% | - |
| HSV(B) | 233.74º | 0.78% | 0.58% | - |
| XYZ | 6.76 | 4.22 | 28.06 | - |
| YUV | 52.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 147 | 0.78 | 0.70 | 0 | 0.42 | 233.74 | 0.64 | 0.35 |
| Hex | 20 | 2C | 93 | 4E | 46 | 0 | 2A | EA | 40 | 23 |
| Octal | 40 | 54 | 223 | 116 | 106 | 0 | 52 | 352 | 100 | 43 |
| Binary | 100000 | 101100 | 10010011 | 1001110 | 1000110 | 0 | 101010 | 11101010 | 1000000 | 100011 |
Color Harmonies of #202C93
Complementary color
Monochromatic Colors of #202C93
Black with #202C93
Text Example
Text Example
White with #202C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C93; }
p { color: rgb(32,44,147); }
H1.HeaderClassName
{
color: #202C93;
}
.AnyTagClassName
{
color: #202C93;
}
</style>
background-color css
<style>
a { background-color: #202C93; }
a { background-color: rgb(32,44,147); }
div.DivClassName
{
background-color: #202C93;
}
.BgClassName
{
background-color: #202C93;
}
</style>
border-color css
<style>
span { border-color: #202C93; }
span { border-color: rgb(32,44,147); }
td.TdClassName
{
border-color: #202C93;
}
.TagClassName
{
border-color: #202C93;
}
</style>