Shades of Egyptian Blue #214194
Tints of Egyptian Blue #214194
RGB
CMYK
RGB Variations
Color information
#214194 (or 0x214194) is known color: Egyptian Blue. HEX triplet: 21, 41 and 94. RGB value is (33,65,148). Sum of RGB (Red+Green+Blue) = 33+65+148=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #214194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214194 is #DEBE6B. Grayscale: #404040. Windows color (decimal): -14597740 or 9716001. OLE color: 9716001.
HSL color Cylindrical-coordinate representation of color #214194: hue angle of 223.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214194 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 65 | 148 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.42 |
| HSL | 223.3º | 0.64% | 0.35% | - |
| HSV(B) | 223.3º | 0.78% | 0.58% | - |
| XYZ | 7.86 | 6.24 | 28.81 | - |
| YUV | 64.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 148 | 0.78 | 0.56 | 0 | 0.42 | 223.3 | 0.64 | 0.35 |
| Hex | 21 | 41 | 94 | 4E | 38 | 0 | 2A | DF | 40 | 23 |
| Octal | 41 | 101 | 224 | 116 | 70 | 0 | 52 | 337 | 100 | 43 |
| Binary | 100001 | 1000001 | 10010100 | 1001110 | 111000 | 0 | 101010 | 11011111 | 1000000 | 100011 |
Color Harmonies of #214194
Complementary color
Monochromatic Colors of #214194
Black with #214194
Text Example
Text Example
White with #214194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214194; }
p { color: rgb(33,65,148); }
H1.HeaderClassName
{
color: #214194;
}
.AnyTagClassName
{
color: #214194;
}
</style>
background-color css
<style>
a { background-color: #214194; }
a { background-color: rgb(33,65,148); }
div.DivClassName
{
background-color: #214194;
}
.BgClassName
{
background-color: #214194;
}
</style>
border-color css
<style>
span { border-color: #214194; }
span { border-color: rgb(33,65,148); }
td.TdClassName
{
border-color: #214194;
}
.TagClassName
{
border-color: #214194;
}
</style>