Shades of Egyptian Blue #21459C
Tints of Egyptian Blue #21459C
RGB
CMYK
RGB Variations
Color information
#21459C (or 0x21459C) is known color: Egyptian Blue. HEX triplet: 21, 45 and 9C. RGB value is (33,69,156). Sum of RGB (Red+Green+Blue) = 33+69+156=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #21459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21459C is #DEBA63. Grayscale: #434343. Windows color (decimal): -14596708 or 10241313. OLE color: 10241313.
HSL color Cylindrical-coordinate representation of color #21459C: hue angle of 222.44º 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 #21459C is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 69 | 156 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.39 |
| HSL | 222.44º | 0.65% | 0.37% | - |
| HSV(B) | 222.44º | 0.79% | 0.61% | - |
| XYZ | 8.76 | 6.98 | 32.34 | - |
| YUV | 68.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 156 | 0.79 | 0.56 | 0 | 0.39 | 222.44 | 0.65 | 0.37 |
| Hex | 21 | 45 | 9C | 4F | 38 | 0 | 27 | DE | 41 | 25 |
| Octal | 41 | 105 | 234 | 117 | 70 | 0 | 47 | 336 | 101 | 45 |
| Binary | 100001 | 1000101 | 10011100 | 1001111 | 111000 | 0 | 100111 | 11011110 | 1000001 | 100101 |
Color Harmonies of #21459C
Complementary color
Monochromatic Colors of #21459C
Black with #21459C
Text Example
Text Example
White with #21459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21459C; }
p { color: rgb(33,69,156); }
H1.HeaderClassName
{
color: #21459C;
}
.AnyTagClassName
{
color: #21459C;
}
</style>
background-color css
<style>
a { background-color: #21459C; }
a { background-color: rgb(33,69,156); }
div.DivClassName
{
background-color: #21459C;
}
.BgClassName
{
background-color: #21459C;
}
</style>
border-color css
<style>
span { border-color: #21459C; }
span { border-color: rgb(33,69,156); }
td.TdClassName
{
border-color: #21459C;
}
.TagClassName
{
border-color: #21459C;
}
</style>