Shades of Egyptian Blue #21279B
Tints of Egyptian Blue #21279B
RGB
CMYK
RGB Variations
Color information
#21279B (or 0x21279B) is known color: Egyptian Blue. HEX triplet: 21, 27 and 9B. RGB value is (33,39,155). Sum of RGB (Red+Green+Blue) = 33+39+155=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #21279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21279B is #DED864. Grayscale: #313131. Windows color (decimal): -14604389 or 10168097. OLE color: 10168097.
HSL color Cylindrical-coordinate representation of color #21279B: hue angle of 237.05º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21279B is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 39 | 155 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.39 |
| HSL | 237.05º | 0.65% | 0.37% | - |
| HSV(B) | 237.05º | 0.79% | 0.61% | - |
| XYZ | 7.27 | 4.14 | 31.43 | - |
| YUV | 50.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 155 | 0.79 | 0.75 | 0 | 0.39 | 237.05 | 0.65 | 0.37 |
| Hex | 21 | 27 | 9B | 4F | 4B | 0 | 27 | ED | 41 | 25 |
| Octal | 41 | 47 | 233 | 117 | 113 | 0 | 47 | 355 | 101 | 45 |
| Binary | 100001 | 100111 | 10011011 | 1001111 | 1001011 | 0 | 100111 | 11101101 | 1000001 | 100101 |
Color Harmonies of #21279B
Complementary color
Monochromatic Colors of #21279B
Black with #21279B
Text Example
Text Example
White with #21279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21279B; }
p { color: rgb(33,39,155); }
H1.HeaderClassName
{
color: #21279B;
}
.AnyTagClassName
{
color: #21279B;
}
</style>
background-color css
<style>
a { background-color: #21279B; }
a { background-color: rgb(33,39,155); }
div.DivClassName
{
background-color: #21279B;
}
.BgClassName
{
background-color: #21279B;
}
</style>
border-color css
<style>
span { border-color: #21279B; }
span { border-color: rgb(33,39,155); }
td.TdClassName
{
border-color: #21279B;
}
.TagClassName
{
border-color: #21279B;
}
</style>