Shades of Egyptian Blue #2139A5
Tints of Egyptian Blue #2139A5
RGB
CMYK
RGB Variations
Color information
#2139A5 (or 0x2139A5) is known color: Egyptian Blue. HEX triplet: 21, 39 and A5. RGB value is (33,57,165). Sum of RGB (Red+Green+Blue) = 33+57+165=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #2139A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2139A5 is #DEC65A. Grayscale: #3D3D3D. Windows color (decimal): -14599771 or 10828065. OLE color: 10828065.
HSL color Cylindrical-coordinate representation of color #2139A5: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2139A5 is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 57 | 165 | - |
| CMYK | 0.8 | 0.65 | 0 | 0.35 |
| HSL | 229.09º | 0.67% | 0.39% | - |
| HSV(B) | 229.09º | 0.8% | 0.65% | - |
| XYZ | 8.88 | 5.97 | 36.28 | - |
| YUV | 62.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 165 | 0.8 | 0.65 | 0 | 0.35 | 229.09 | 0.67 | 0.39 |
| Hex | 21 | 39 | A5 | 50 | 41 | 0 | 23 | E5 | 43 | 27 |
| Octal | 41 | 71 | 245 | 120 | 101 | 0 | 43 | 345 | 103 | 47 |
| Binary | 100001 | 111001 | 10100101 | 1010000 | 1000001 | 0 | 100011 | 11100101 | 1000011 | 100111 |
Color Harmonies of #2139A5
Complementary color
Monochromatic Colors of #2139A5
Black with #2139A5
Text Example
Text Example
White with #2139A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139A5; }
p { color: rgb(33,57,165); }
H1.HeaderClassName
{
color: #2139A5;
}
.AnyTagClassName
{
color: #2139A5;
}
</style>
background-color css
<style>
a { background-color: #2139A5; }
a { background-color: rgb(33,57,165); }
div.DivClassName
{
background-color: #2139A5;
}
.BgClassName
{
background-color: #2139A5;
}
</style>
border-color css
<style>
span { border-color: #2139A5; }
span { border-color: rgb(33,57,165); }
td.TdClassName
{
border-color: #2139A5;
}
.TagClassName
{
border-color: #2139A5;
}
</style>