Shades of Egyptian Blue #212D9F
Tints of Egyptian Blue #212D9F
RGB
CMYK
RGB Variations
Color information
#212D9F (or 0x212D9F) is known color: Egyptian Blue. HEX triplet: 21, 2D and 9F. RGB value is (33,45,159). Sum of RGB (Red+Green+Blue) = 33+45+159=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #212D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D9F is #DED260. Grayscale: #353535. Windows color (decimal): -14602849 or 10431777. OLE color: 10431777.
HSL color Cylindrical-coordinate representation of color #212D9F: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212D9F is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 45 | 159 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.38 |
| HSL | 234.29º | 0.66% | 0.38% | - |
| HSV(B) | 234.29º | 0.79% | 0.62% | - |
| XYZ | 7.82 | 4.7 | 33.3 | - |
| YUV | 54.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 159 | 0.79 | 0.72 | 0 | 0.38 | 234.29 | 0.66 | 0.38 |
| Hex | 21 | 2D | 9F | 4F | 48 | 0 | 26 | EA | 42 | 26 |
| Octal | 41 | 55 | 237 | 117 | 110 | 0 | 46 | 352 | 102 | 46 |
| Binary | 100001 | 101101 | 10011111 | 1001111 | 1001000 | 0 | 100110 | 11101010 | 1000010 | 100110 |
Color Harmonies of #212D9F
Complementary color
Monochromatic Colors of #212D9F
Black with #212D9F
Text Example
Text Example
White with #212D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D9F; }
p { color: rgb(33,45,159); }
H1.HeaderClassName
{
color: #212D9F;
}
.AnyTagClassName
{
color: #212D9F;
}
</style>
background-color css
<style>
a { background-color: #212D9F; }
a { background-color: rgb(33,45,159); }
div.DivClassName
{
background-color: #212D9F;
}
.BgClassName
{
background-color: #212D9F;
}
</style>
border-color css
<style>
span { border-color: #212D9F; }
span { border-color: rgb(33,45,159); }
td.TdClassName
{
border-color: #212D9F;
}
.TagClassName
{
border-color: #212D9F;
}
</style>