Shades of Egyptian Blue #21269B
Tints of Egyptian Blue #21269B
RGB
CMYK
RGB Variations
Color information
#21269B (or 0x21269B) is known color: Egyptian Blue. HEX triplet: 21, 26 and 9B. RGB value is (33,38,155). Sum of RGB (Red+Green+Blue) = 33+38+155=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #21269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21269B is #DED964. Grayscale: #313131. Windows color (decimal): -14604645 or 10167841. OLE color: 10167841.
HSL color Cylindrical-coordinate representation of color #21269B: hue angle of 237.54º 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 #21269B is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 38 | 155 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.39 |
| HSL | 237.54º | 0.65% | 0.37% | - |
| HSV(B) | 237.54º | 0.79% | 0.61% | - |
| XYZ | 7.24 | 4.08 | 31.42 | - |
| YUV | 49.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 155 | 0.79 | 0.75 | 0 | 0.39 | 237.54 | 0.65 | 0.37 |
| Hex | 21 | 26 | 9B | 4F | 4B | 0 | 27 | EE | 41 | 25 |
| Octal | 41 | 46 | 233 | 117 | 113 | 0 | 47 | 356 | 101 | 45 |
| Binary | 100001 | 100110 | 10011011 | 1001111 | 1001011 | 0 | 100111 | 11101110 | 1000001 | 100101 |
Color Harmonies of #21269B
Complementary color
Monochromatic Colors of #21269B
Black with #21269B
Text Example
Text Example
White with #21269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21269B; }
p { color: rgb(33,38,155); }
H1.HeaderClassName
{
color: #21269B;
}
.AnyTagClassName
{
color: #21269B;
}
</style>
background-color css
<style>
a { background-color: #21269B; }
a { background-color: rgb(33,38,155); }
div.DivClassName
{
background-color: #21269B;
}
.BgClassName
{
background-color: #21269B;
}
</style>
border-color css
<style>
span { border-color: #21269B; }
span { border-color: rgb(33,38,155); }
td.TdClassName
{
border-color: #21269B;
}
.TagClassName
{
border-color: #21269B;
}
</style>