Shades of Egyptian Blue #21449A
Tints of Egyptian Blue #21449A
RGB
CMYK
RGB Variations
Color information
#21449A (or 0x21449A) is known color: Egyptian Blue. HEX triplet: 21, 44 and 9A. RGB value is (33,68,154). Sum of RGB (Red+Green+Blue) = 33+68+154=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #21449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21449A is #DEBB65. Grayscale: #424242. Windows color (decimal): -14596966 or 10109985. OLE color: 10109985.
HSL color Cylindrical-coordinate representation of color #21449A: hue angle of 222.64º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21449A is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 68 | 154 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.40 |
| HSL | 222.64º | 0.65% | 0.37% | - |
| HSV(B) | 222.64º | 0.79% | 0.6% | - |
| XYZ | 8.53 | 6.79 | 31.43 | - |
| YUV | 67.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 154 | 0.79 | 0.56 | 0 | 0.40 | 222.64 | 0.65 | 0.37 |
| Hex | 21 | 44 | 9A | 4F | 38 | 0 | 28 | DF | 41 | 25 |
| Octal | 41 | 104 | 232 | 117 | 70 | 0 | 50 | 337 | 101 | 45 |
| Binary | 100001 | 1000100 | 10011010 | 1001111 | 111000 | 0 | 101000 | 11011111 | 1000001 | 100101 |
Color Harmonies of #21449A
Complementary color
Monochromatic Colors of #21449A
Black with #21449A
Text Example
Text Example
White with #21449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21449A; }
p { color: rgb(33,68,154); }
H1.HeaderClassName
{
color: #21449A;
}
.AnyTagClassName
{
color: #21449A;
}
</style>
background-color css
<style>
a { background-color: #21449A; }
a { background-color: rgb(33,68,154); }
div.DivClassName
{
background-color: #21449A;
}
.BgClassName
{
background-color: #21449A;
}
</style>
border-color css
<style>
span { border-color: #21449A; }
span { border-color: rgb(33,68,154); }
td.TdClassName
{
border-color: #21449A;
}
.TagClassName
{
border-color: #21449A;
}
</style>