Shades of Egyptian Blue #1F40A2
Tints of Egyptian Blue #1F40A2
RGB
CMYK
RGB Variations
Color information
#1F40A2 (or 0x1F40A2) is known color: Egyptian Blue. HEX triplet: 1F, 40 and A2. RGB value is (31,64,162). Sum of RGB (Red+Green+Blue) = 31+64+162=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F40A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F40A2 is #E0BF5D. Grayscale: #404040. Windows color (decimal): -14729054 or 10633247. OLE color: 10633247.
HSL color Cylindrical-coordinate representation of color #1F40A2: hue angle of 224.89º 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 #1F40A2 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 64 | 162 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.36 |
| HSL | 224.89º | 0.68% | 0.38% | - |
| HSV(B) | 224.89º | 0.81% | 0.64% | - |
| XYZ | 8.92 | 6.57 | 34.98 | - |
| YUV | 65.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 162 | 0.81 | 0.60 | 0 | 0.36 | 224.89 | 0.68 | 0.38 |
| Hex | 1F | 40 | A2 | 51 | 3C | 0 | 24 | E1 | 44 | 26 |
| Octal | 37 | 100 | 242 | 121 | 74 | 0 | 44 | 341 | 104 | 46 |
| Binary | 11111 | 1000000 | 10100010 | 1010001 | 111100 | 0 | 100100 | 11100001 | 1000100 | 100110 |
Color Harmonies of #1F40A2
Complementary color
Monochromatic Colors of #1F40A2
Black with #1F40A2
Text Example
Text Example
White with #1F40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F40A2; }
p { color: rgb(31,64,162); }
H1.HeaderClassName
{
color: #1F40A2;
}
.AnyTagClassName
{
color: #1F40A2;
}
</style>
background-color css
<style>
a { background-color: #1F40A2; }
a { background-color: rgb(31,64,162); }
div.DivClassName
{
background-color: #1F40A2;
}
.BgClassName
{
background-color: #1F40A2;
}
</style>
border-color css
<style>
span { border-color: #1F40A2; }
span { border-color: rgb(31,64,162); }
td.TdClassName
{
border-color: #1F40A2;
}
.TagClassName
{
border-color: #1F40A2;
}
</style>