Shades of Egyptian Blue #202B9A
Tints of Egyptian Blue #202B9A
RGB
CMYK
RGB Variations
Color information
#202B9A (or 0x202B9A) is known color: Egyptian Blue. HEX triplet: 20, 2B and 9A. RGB value is (32,43,154). Sum of RGB (Red+Green+Blue) = 32+43+154=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #202B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B9A is #DFD465. Grayscale: #333333. Windows color (decimal): -14668902 or 10103584. OLE color: 10103584.
HSL color Cylindrical-coordinate representation of color #202B9A: hue angle of 234.59º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202B9A is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 43 | 154 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.40 |
| HSL | 234.59º | 0.66% | 0.36% | - |
| HSV(B) | 234.59º | 0.79% | 0.6% | - |
| XYZ | 7.29 | 4.37 | 31.03 | - |
| YUV | 52.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 154 | 0.79 | 0.72 | 0 | 0.40 | 234.59 | 0.66 | 0.36 |
| Hex | 20 | 2B | 9A | 4F | 48 | 0 | 28 | EB | 42 | 24 |
| Octal | 40 | 53 | 232 | 117 | 110 | 0 | 50 | 353 | 102 | 44 |
| Binary | 100000 | 101011 | 10011010 | 1001111 | 1001000 | 0 | 101000 | 11101011 | 1000010 | 100100 |
Color Harmonies of #202B9A
Complementary color
Monochromatic Colors of #202B9A
Black with #202B9A
Text Example
Text Example
White with #202B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B9A; }
p { color: rgb(32,43,154); }
H1.HeaderClassName
{
color: #202B9A;
}
.AnyTagClassName
{
color: #202B9A;
}
</style>
background-color css
<style>
a { background-color: #202B9A; }
a { background-color: rgb(32,43,154); }
div.DivClassName
{
background-color: #202B9A;
}
.BgClassName
{
background-color: #202B9A;
}
</style>
border-color css
<style>
span { border-color: #202B9A; }
span { border-color: rgb(32,43,154); }
td.TdClassName
{
border-color: #202B9A;
}
.TagClassName
{
border-color: #202B9A;
}
</style>