Shades of Egyptian Blue #1F21A0
Tints of Egyptian Blue #1F21A0
RGB
CMYK
RGB Variations
Color information
#1F21A0 (or 0x1F21A0) is known color: Egyptian Blue. HEX triplet: 1F, 21 and A0. RGB value is (31,33,160). Sum of RGB (Red+Green+Blue) = 31+33+160=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 160 (62.89% from 255 or 71.43% from 224); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F21A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F21A0 is #E0DE5F. Grayscale: #2E2E2E. Windows color (decimal): -14736992 or 10494239. OLE color: 10494239.
HSL color Cylindrical-coordinate representation of color #1F21A0: hue angle of 239.07º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F21A0 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 33 | 160 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.37 |
| HSL | 239.07º | 0.68% | 0.37% | - |
| HSV(B) | 239.07º | 0.81% | 0.63% | - |
| XYZ | 7.45 | 3.92 | 33.62 | - |
| YUV | 46.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 160 | 0.81 | 0.79 | 0 | 0.37 | 239.07 | 0.68 | 0.37 |
| Hex | 1F | 21 | A0 | 51 | 4F | 0 | 25 | EF | 44 | 25 |
| Octal | 37 | 41 | 240 | 121 | 117 | 0 | 45 | 357 | 104 | 45 |
| Binary | 11111 | 100001 | 10100000 | 1010001 | 1001111 | 0 | 100101 | 11101111 | 1000100 | 100101 |
Color Harmonies of #1F21A0
Complementary color
Monochromatic Colors of #1F21A0
Black with #1F21A0
Text Example
Text Example
White with #1F21A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21A0; }
p { color: rgb(31,33,160); }
H1.HeaderClassName
{
color: #1F21A0;
}
.AnyTagClassName
{
color: #1F21A0;
}
</style>
background-color css
<style>
a { background-color: #1F21A0; }
a { background-color: rgb(31,33,160); }
div.DivClassName
{
background-color: #1F21A0;
}
.BgClassName
{
background-color: #1F21A0;
}
</style>
border-color css
<style>
span { border-color: #1F21A0; }
span { border-color: rgb(31,33,160); }
td.TdClassName
{
border-color: #1F21A0;
}
.TagClassName
{
border-color: #1F21A0;
}
</style>