Shades of Egyptian Blue #213D9A
Tints of Egyptian Blue #213D9A
RGB
CMYK
RGB Variations
Color information
#213D9A (or 0x213D9A) is known color: Egyptian Blue. HEX triplet: 21, 3D and 9A. RGB value is (33,61,154). Sum of RGB (Red+Green+Blue) = 33+61+154=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #213D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D9A is #DEC265. Grayscale: #3E3E3E. Windows color (decimal): -14598758 or 10108193. OLE color: 10108193.
HSL color Cylindrical-coordinate representation of color #213D9A: hue angle of 226.12º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213D9A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 61 | 154 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.40 |
| HSL | 226.12º | 0.65% | 0.37% | - |
| HSV(B) | 226.12º | 0.79% | 0.6% | - |
| XYZ | 8.13 | 5.99 | 31.3 | - |
| YUV | 63.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 154 | 0.79 | 0.60 | 0 | 0.40 | 226.12 | 0.65 | 0.37 |
| Hex | 21 | 3D | 9A | 4F | 3C | 0 | 28 | E2 | 41 | 25 |
| Octal | 41 | 75 | 232 | 117 | 74 | 0 | 50 | 342 | 101 | 45 |
| Binary | 100001 | 111101 | 10011010 | 1001111 | 111100 | 0 | 101000 | 11100010 | 1000001 | 100101 |
Color Harmonies of #213D9A
Complementary color
Monochromatic Colors of #213D9A
Black with #213D9A
Text Example
Text Example
White with #213D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D9A; }
p { color: rgb(33,61,154); }
H1.HeaderClassName
{
color: #213D9A;
}
.AnyTagClassName
{
color: #213D9A;
}
</style>
background-color css
<style>
a { background-color: #213D9A; }
a { background-color: rgb(33,61,154); }
div.DivClassName
{
background-color: #213D9A;
}
.BgClassName
{
background-color: #213D9A;
}
</style>
border-color css
<style>
span { border-color: #213D9A; }
span { border-color: rgb(33,61,154); }
td.TdClassName
{
border-color: #213D9A;
}
.TagClassName
{
border-color: #213D9A;
}
</style>