Shades of Egyptian Blue #212F9F
Tints of Egyptian Blue #212F9F
RGB
CMYK
RGB Variations
Color information
#212F9F (or 0x212F9F) is known color: Egyptian Blue. HEX triplet: 21, 2F and 9F. RGB value is (33,47,159). Sum of RGB (Red+Green+Blue) = 33+47+159=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #212F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F9F is #DED060. Grayscale: #373737. Windows color (decimal): -14602337 or 10432289. OLE color: 10432289.
HSL color Cylindrical-coordinate representation of color #212F9F: hue angle of 233.33º 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 #212F9F is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 47 | 159 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.38 |
| HSL | 233.33º | 0.66% | 0.38% | - |
| HSV(B) | 233.33º | 0.79% | 0.62% | - |
| XYZ | 7.9 | 4.86 | 33.32 | - |
| YUV | 55.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 159 | 0.79 | 0.70 | 0 | 0.38 | 233.33 | 0.66 | 0.38 |
| Hex | 21 | 2F | 9F | 4F | 46 | 0 | 26 | E9 | 42 | 26 |
| Octal | 41 | 57 | 237 | 117 | 106 | 0 | 46 | 351 | 102 | 46 |
| Binary | 100001 | 101111 | 10011111 | 1001111 | 1000110 | 0 | 100110 | 11101001 | 1000010 | 100110 |
Color Harmonies of #212F9F
Complementary color
Monochromatic Colors of #212F9F
Black with #212F9F
Text Example
Text Example
White with #212F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F9F; }
p { color: rgb(33,47,159); }
H1.HeaderClassName
{
color: #212F9F;
}
.AnyTagClassName
{
color: #212F9F;
}
</style>
background-color css
<style>
a { background-color: #212F9F; }
a { background-color: rgb(33,47,159); }
div.DivClassName
{
background-color: #212F9F;
}
.BgClassName
{
background-color: #212F9F;
}
</style>
border-color css
<style>
span { border-color: #212F9F; }
span { border-color: rgb(33,47,159); }
td.TdClassName
{
border-color: #212F9F;
}
.TagClassName
{
border-color: #212F9F;
}
</style>