Shades of Egyptian Blue #20439A
Tints of Egyptian Blue #20439A
RGB
CMYK
RGB Variations
Color information
#20439A (or 0x20439A) is known color: Egyptian Blue. HEX triplet: 20, 43 and 9A. RGB value is (32,67,154). Sum of RGB (Red+Green+Blue) = 32+67+154=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #20439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20439A is #DFBC65. Grayscale: #424242. Windows color (decimal): -14662758 or 10109728. OLE color: 10109728.
HSL color Cylindrical-coordinate representation of color #20439A: hue angle of 222.79º 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 #20439A is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 67 | 154 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.40 |
| HSL | 222.79º | 0.66% | 0.36% | - |
| HSV(B) | 222.79º | 0.79% | 0.6% | - |
| XYZ | 8.44 | 6.65 | 31.41 | - |
| YUV | 66.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 154 | 0.79 | 0.56 | 0 | 0.40 | 222.79 | 0.66 | 0.36 |
| Hex | 20 | 43 | 9A | 4F | 38 | 0 | 28 | DF | 42 | 24 |
| Octal | 40 | 103 | 232 | 117 | 70 | 0 | 50 | 337 | 102 | 44 |
| Binary | 100000 | 1000011 | 10011010 | 1001111 | 111000 | 0 | 101000 | 11011111 | 1000010 | 100100 |
Color Harmonies of #20439A
Complementary color
Monochromatic Colors of #20439A
Black with #20439A
Text Example
Text Example
White with #20439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20439A; }
p { color: rgb(32,67,154); }
H1.HeaderClassName
{
color: #20439A;
}
.AnyTagClassName
{
color: #20439A;
}
</style>
background-color css
<style>
a { background-color: #20439A; }
a { background-color: rgb(32,67,154); }
div.DivClassName
{
background-color: #20439A;
}
.BgClassName
{
background-color: #20439A;
}
</style>
border-color css
<style>
span { border-color: #20439A; }
span { border-color: rgb(32,67,154); }
td.TdClassName
{
border-color: #20439A;
}
.TagClassName
{
border-color: #20439A;
}
</style>