Shades of Egyptian Blue #212D9A
Tints of Egyptian Blue #212D9A
RGB
CMYK
RGB Variations
Color information
#212D9A (or 0x212D9A) is known color: Egyptian Blue. HEX triplet: 21, 2D and 9A. RGB value is (33,45,154). Sum of RGB (Red+Green+Blue) = 33+45+154=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #212D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D9A is #DED265. Grayscale: #353535. Windows color (decimal): -14602854 or 10104097. OLE color: 10104097.
HSL color Cylindrical-coordinate representation of color #212D9A: hue angle of 234.05º 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 #212D9A is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 45 | 154 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.40 |
| HSL | 234.05º | 0.65% | 0.37% | - |
| HSV(B) | 234.05º | 0.79% | 0.6% | - |
| XYZ | 7.4 | 4.53 | 31.06 | - |
| YUV | 53.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 154 | 0.79 | 0.71 | 0 | 0.40 | 234.05 | 0.65 | 0.37 |
| Hex | 21 | 2D | 9A | 4F | 47 | 0 | 28 | EA | 41 | 25 |
| Octal | 41 | 55 | 232 | 117 | 107 | 0 | 50 | 352 | 101 | 45 |
| Binary | 100001 | 101101 | 10011010 | 1001111 | 1000111 | 0 | 101000 | 11101010 | 1000001 | 100101 |
Color Harmonies of #212D9A
Complementary color
Monochromatic Colors of #212D9A
Black with #212D9A
Text Example
Text Example
White with #212D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D9A; }
p { color: rgb(33,45,154); }
H1.HeaderClassName
{
color: #212D9A;
}
.AnyTagClassName
{
color: #212D9A;
}
</style>
background-color css
<style>
a { background-color: #212D9A; }
a { background-color: rgb(33,45,154); }
div.DivClassName
{
background-color: #212D9A;
}
.BgClassName
{
background-color: #212D9A;
}
</style>
border-color css
<style>
span { border-color: #212D9A; }
span { border-color: rgb(33,45,154); }
td.TdClassName
{
border-color: #212D9A;
}
.TagClassName
{
border-color: #212D9A;
}
</style>