Shades of Egyptian Blue #21419D
Tints of Egyptian Blue #21419D
RGB
CMYK
RGB Variations
Color information
#21419D (or 0x21419D) is known color: Egyptian Blue. HEX triplet: 21, 41 and 9D. RGB value is (33,65,157). Sum of RGB (Red+Green+Blue) = 33+65+157=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #21419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21419D is #DEBE62. Grayscale: #414141. Windows color (decimal): -14597731 or 10305825. OLE color: 10305825.
HSL color Cylindrical-coordinate representation of color #21419D: hue angle of 224.52º 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 #21419D is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 65 | 157 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.38 |
| HSL | 224.52º | 0.65% | 0.37% | - |
| HSV(B) | 224.52º | 0.79% | 0.62% | - |
| XYZ | 8.6 | 6.54 | 32.71 | - |
| YUV | 65.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 157 | 0.79 | 0.59 | 0 | 0.38 | 224.52 | 0.65 | 0.37 |
| Hex | 21 | 41 | 9D | 4F | 3B | 0 | 26 | E1 | 41 | 25 |
| Octal | 41 | 101 | 235 | 117 | 73 | 0 | 46 | 341 | 101 | 45 |
| Binary | 100001 | 1000001 | 10011101 | 1001111 | 111011 | 0 | 100110 | 11100001 | 1000001 | 100101 |
Color Harmonies of #21419D
Complementary color
Monochromatic Colors of #21419D
Black with #21419D
Text Example
Text Example
White with #21419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21419D; }
p { color: rgb(33,65,157); }
H1.HeaderClassName
{
color: #21419D;
}
.AnyTagClassName
{
color: #21419D;
}
</style>
background-color css
<style>
a { background-color: #21419D; }
a { background-color: rgb(33,65,157); }
div.DivClassName
{
background-color: #21419D;
}
.BgClassName
{
background-color: #21419D;
}
</style>
border-color css
<style>
span { border-color: #21419D; }
span { border-color: rgb(33,65,157); }
td.TdClassName
{
border-color: #21419D;
}
.TagClassName
{
border-color: #21419D;
}
</style>