Shades of Egyptian Blue #21459F
Tints of Egyptian Blue #21459F
RGB
CMYK
RGB Variations
Color information
#21459F (or 0x21459F) is known color: Egyptian Blue. HEX triplet: 21, 45 and 9F. RGB value is (33,69,159). Sum of RGB (Red+Green+Blue) = 33+69+159=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #21459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21459F is #DEBA60. Grayscale: #444444. Windows color (decimal): -14596705 or 10437921. OLE color: 10437921.
HSL color Cylindrical-coordinate representation of color #21459F: hue angle of 222.86º 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 #21459F is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 69 | 159 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.38 |
| HSL | 222.86º | 0.66% | 0.38% | - |
| HSV(B) | 222.86º | 0.79% | 0.62% | - |
| XYZ | 9.01 | 7.08 | 33.69 | - |
| YUV | 68.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 159 | 0.79 | 0.57 | 0 | 0.38 | 222.86 | 0.66 | 0.38 |
| Hex | 21 | 45 | 9F | 4F | 39 | 0 | 26 | DF | 42 | 26 |
| Octal | 41 | 105 | 237 | 117 | 71 | 0 | 46 | 337 | 102 | 46 |
| Binary | 100001 | 1000101 | 10011111 | 1001111 | 111001 | 0 | 100110 | 11011111 | 1000010 | 100110 |
Color Harmonies of #21459F
Complementary color
Monochromatic Colors of #21459F
Black with #21459F
Text Example
Text Example
White with #21459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21459F; }
p { color: rgb(33,69,159); }
H1.HeaderClassName
{
color: #21459F;
}
.AnyTagClassName
{
color: #21459F;
}
</style>
background-color css
<style>
a { background-color: #21459F; }
a { background-color: rgb(33,69,159); }
div.DivClassName
{
background-color: #21459F;
}
.BgClassName
{
background-color: #21459F;
}
</style>
border-color css
<style>
span { border-color: #21459F; }
span { border-color: rgb(33,69,159); }
td.TdClassName
{
border-color: #21459F;
}
.TagClassName
{
border-color: #21459F;
}
</style>