Shades of Egyptian Blue #20269F
Tints of Egyptian Blue #20269F
RGB
CMYK
RGB Variations
Color information
#20269F (or 0x20269F) is known color: Egyptian Blue. HEX triplet: 20, 26 and 9F. RGB value is (32,38,159). Sum of RGB (Red+Green+Blue) = 32+38+159=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #20269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20269F is #DFD960. Grayscale: #313131. Windows color (decimal): -14670177 or 10429984. OLE color: 10429984.
HSL color Cylindrical-coordinate representation of color #20269F: hue angle of 237.17º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20269F is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 38 | 159 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.38 |
| HSL | 237.17º | 0.66% | 0.37% | - |
| HSV(B) | 237.17º | 0.8% | 0.62% | - |
| XYZ | 7.55 | 4.2 | 33.21 | - |
| YUV | 50 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 159 | 0.80 | 0.76 | 0 | 0.38 | 237.17 | 0.66 | 0.37 |
| Hex | 20 | 26 | 9F | 50 | 4C | 0 | 26 | ED | 42 | 25 |
| Octal | 40 | 46 | 237 | 120 | 114 | 0 | 46 | 355 | 102 | 45 |
| Binary | 100000 | 100110 | 10011111 | 1010000 | 1001100 | 0 | 100110 | 11101101 | 1000010 | 100101 |
Color Harmonies of #20269F
Complementary color
Monochromatic Colors of #20269F
Black with #20269F
Text Example
Text Example
White with #20269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20269F; }
p { color: rgb(32,38,159); }
H1.HeaderClassName
{
color: #20269F;
}
.AnyTagClassName
{
color: #20269F;
}
</style>
background-color css
<style>
a { background-color: #20269F; }
a { background-color: rgb(32,38,159); }
div.DivClassName
{
background-color: #20269F;
}
.BgClassName
{
background-color: #20269F;
}
</style>
border-color css
<style>
span { border-color: #20269F; }
span { border-color: rgb(32,38,159); }
td.TdClassName
{
border-color: #20269F;
}
.TagClassName
{
border-color: #20269F;
}
</style>