Shades of Egyptian Blue #1F2EA4
Tints of Egyptian Blue #1F2EA4
RGB
CMYK
RGB Variations
Color information
#1F2EA4 (or 0x1F2EA4) is known color: Egyptian Blue. HEX triplet: 1F, 2E and A4. RGB value is (31,46,164). Sum of RGB (Red+Green+Blue) = 31+46+164=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F2EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2EA4 is #E0D15B. Grayscale: #363636. Windows color (decimal): -14733660 or 10759711. OLE color: 10759711.
HSL color Cylindrical-coordinate representation of color #1F2EA4: hue angle of 233.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2EA4 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 46 | 164 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.36 |
| HSL | 233.23º | 0.68% | 0.38% | - |
| HSV(B) | 233.23º | 0.81% | 0.64% | - |
| XYZ | 8.24 | 4.93 | 35.64 | - |
| YUV | 54.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 164 | 0.81 | 0.72 | 0 | 0.36 | 233.23 | 0.68 | 0.38 |
| Hex | 1F | 2E | A4 | 51 | 48 | 0 | 24 | E9 | 44 | 26 |
| Octal | 37 | 56 | 244 | 121 | 110 | 0 | 44 | 351 | 104 | 46 |
| Binary | 11111 | 101110 | 10100100 | 1010001 | 1001000 | 0 | 100100 | 11101001 | 1000100 | 100110 |
Color Harmonies of #1F2EA4
Complementary color
Monochromatic Colors of #1F2EA4
Black with #1F2EA4
Text Example
Text Example
White with #1F2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2EA4; }
p { color: rgb(31,46,164); }
H1.HeaderClassName
{
color: #1F2EA4;
}
.AnyTagClassName
{
color: #1F2EA4;
}
</style>
background-color css
<style>
a { background-color: #1F2EA4; }
a { background-color: rgb(31,46,164); }
div.DivClassName
{
background-color: #1F2EA4;
}
.BgClassName
{
background-color: #1F2EA4;
}
</style>
border-color css
<style>
span { border-color: #1F2EA4; }
span { border-color: rgb(31,46,164); }
td.TdClassName
{
border-color: #1F2EA4;
}
.TagClassName
{
border-color: #1F2EA4;
}
</style>