Shades of Egyptian Blue #202C9B
Tints of Egyptian Blue #202C9B
RGB
CMYK
RGB Variations
Color information
#202C9B (or 0x202C9B) is known color: Egyptian Blue. HEX triplet: 20, 2C and 9B. RGB value is (32,44,155). Sum of RGB (Red+Green+Blue) = 32+44+155=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #202C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C9B is #DFD364. Grayscale: #343434. Windows color (decimal): -14668645 or 10169376. OLE color: 10169376.
HSL color Cylindrical-coordinate representation of color #202C9B: hue angle of 234.15º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202C9B is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 44 | 155 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.39 |
| HSL | 234.15º | 0.66% | 0.37% | - |
| HSV(B) | 234.15º | 0.79% | 0.61% | - |
| XYZ | 7.41 | 4.47 | 31.48 | - |
| YUV | 53.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 155 | 0.79 | 0.72 | 0 | 0.39 | 234.15 | 0.66 | 0.37 |
| Hex | 20 | 2C | 9B | 4F | 48 | 0 | 27 | EA | 42 | 25 |
| Octal | 40 | 54 | 233 | 117 | 110 | 0 | 47 | 352 | 102 | 45 |
| Binary | 100000 | 101100 | 10011011 | 1001111 | 1001000 | 0 | 100111 | 11101010 | 1000010 | 100101 |
Color Harmonies of #202C9B
Complementary color
Monochromatic Colors of #202C9B
Black with #202C9B
Text Example
Text Example
White with #202C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C9B; }
p { color: rgb(32,44,155); }
H1.HeaderClassName
{
color: #202C9B;
}
.AnyTagClassName
{
color: #202C9B;
}
</style>
background-color css
<style>
a { background-color: #202C9B; }
a { background-color: rgb(32,44,155); }
div.DivClassName
{
background-color: #202C9B;
}
.BgClassName
{
background-color: #202C9B;
}
</style>
border-color css
<style>
span { border-color: #202C9B; }
span { border-color: rgb(32,44,155); }
td.TdClassName
{
border-color: #202C9B;
}
.TagClassName
{
border-color: #202C9B;
}
</style>