Shades of Egyptian Blue #21269D
Tints of Egyptian Blue #21269D
RGB
CMYK
RGB Variations
Color information
#21269D (or 0x21269D) is known color: Egyptian Blue. HEX triplet: 21, 26 and 9D. RGB value is (33,38,157). Sum of RGB (Red+Green+Blue) = 33+38+157=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #21269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21269D is #DED962. Grayscale: #313131. Windows color (decimal): -14604643 or 10298913. OLE color: 10298913.
HSL color Cylindrical-coordinate representation of color #21269D: hue angle of 237.58º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21269D is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 38 | 157 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.38 |
| HSL | 237.58º | 0.65% | 0.37% | - |
| HSV(B) | 237.58º | 0.79% | 0.62% | - |
| XYZ | 7.41 | 4.14 | 32.31 | - |
| YUV | 50.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 157 | 0.79 | 0.76 | 0 | 0.38 | 237.58 | 0.65 | 0.37 |
| Hex | 21 | 26 | 9D | 4F | 4C | 0 | 26 | EE | 41 | 25 |
| Octal | 41 | 46 | 235 | 117 | 114 | 0 | 46 | 356 | 101 | 45 |
| Binary | 100001 | 100110 | 10011101 | 1001111 | 1001100 | 0 | 100110 | 11101110 | 1000001 | 100101 |
Color Harmonies of #21269D
Complementary color
Monochromatic Colors of #21269D
Black with #21269D
Text Example
Text Example
White with #21269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21269D; }
p { color: rgb(33,38,157); }
H1.HeaderClassName
{
color: #21269D;
}
.AnyTagClassName
{
color: #21269D;
}
</style>
background-color css
<style>
a { background-color: #21269D; }
a { background-color: rgb(33,38,157); }
div.DivClassName
{
background-color: #21269D;
}
.BgClassName
{
background-color: #21269D;
}
</style>
border-color css
<style>
span { border-color: #21269D; }
span { border-color: rgb(33,38,157); }
td.TdClassName
{
border-color: #21269D;
}
.TagClassName
{
border-color: #21269D;
}
</style>