Shades of Egyptian Blue #21399E
Tints of Egyptian Blue #21399E
RGB
CMYK
RGB Variations
Color information
#21399E (or 0x21399E) is known color: Egyptian Blue. HEX triplet: 21, 39 and 9E. RGB value is (33,57,158). Sum of RGB (Red+Green+Blue) = 33+57+158=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #21399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21399E is #DEC661. Grayscale: #3C3C3C. Windows color (decimal): -14599778 or 10369313. OLE color: 10369313.
HSL color Cylindrical-coordinate representation of color #21399E: hue angle of 228.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21399E is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 57 | 158 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.38 |
| HSL | 228.48º | 0.65% | 0.37% | - |
| HSV(B) | 228.48º | 0.79% | 0.62% | - |
| XYZ | 8.26 | 5.72 | 33.02 | - |
| YUV | 61.34 | 182.55 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 158 | 0.79 | 0.64 | 0 | 0.38 | 228.48 | 0.65 | 0.37 |
| Hex | 21 | 39 | 9E | 4F | 40 | 0 | 26 | E4 | 41 | 25 |
| Octal | 41 | 71 | 236 | 117 | 100 | 0 | 46 | 344 | 101 | 45 |
| Binary | 100001 | 111001 | 10011110 | 1001111 | 1000000 | 0 | 100110 | 11100100 | 1000001 | 100101 |
Color Harmonies of #21399E
Complementary color
Monochromatic Colors of #21399E
Black with #21399E
Text Example
Text Example
White with #21399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21399E; }
p { color: rgb(33,57,158); }
H1.HeaderClassName
{
color: #21399E;
}
.AnyTagClassName
{
color: #21399E;
}
</style>
background-color css
<style>
a { background-color: #21399E; }
a { background-color: rgb(33,57,158); }
div.DivClassName
{
background-color: #21399E;
}
.BgClassName
{
background-color: #21399E;
}
</style>
border-color css
<style>
span { border-color: #21399E; }
span { border-color: rgb(33,57,158); }
td.TdClassName
{
border-color: #21399E;
}
.TagClassName
{
border-color: #21399E;
}
</style>