Shades of Egyptian Blue #21259F
Tints of Egyptian Blue #21259F
RGB
CMYK
RGB Variations
Color information
#21259F (or 0x21259F) is known color: Egyptian Blue. HEX triplet: 21, 25 and 9F. RGB value is (33,37,159). Sum of RGB (Red+Green+Blue) = 33+37+159=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #21259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21259F is #DEDA60. Grayscale: #313131. Windows color (decimal): -14604897 or 10429729. OLE color: 10429729.
HSL color Cylindrical-coordinate representation of color #21259F: hue angle of 238.1º 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 #21259F is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 37 | 159 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.38 |
| HSL | 238.1º | 0.66% | 0.38% | - |
| HSV(B) | 238.1º | 0.79% | 0.62% | - |
| XYZ | 7.55 | 4.15 | 33.2 | - |
| YUV | 49.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 159 | 0.79 | 0.77 | 0 | 0.38 | 238.1 | 0.66 | 0.38 |
| Hex | 21 | 25 | 9F | 4F | 4D | 0 | 26 | EE | 42 | 26 |
| Octal | 41 | 45 | 237 | 117 | 115 | 0 | 46 | 356 | 102 | 46 |
| Binary | 100001 | 100101 | 10011111 | 1001111 | 1001101 | 0 | 100110 | 11101110 | 1000010 | 100110 |
Color Harmonies of #21259F
Complementary color
Monochromatic Colors of #21259F
Black with #21259F
Text Example
Text Example
White with #21259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21259F; }
p { color: rgb(33,37,159); }
H1.HeaderClassName
{
color: #21259F;
}
.AnyTagClassName
{
color: #21259F;
}
</style>
background-color css
<style>
a { background-color: #21259F; }
a { background-color: rgb(33,37,159); }
div.DivClassName
{
background-color: #21259F;
}
.BgClassName
{
background-color: #21259F;
}
</style>
border-color css
<style>
span { border-color: #21259F; }
span { border-color: rgb(33,37,159); }
td.TdClassName
{
border-color: #21259F;
}
.TagClassName
{
border-color: #21259F;
}
</style>