Shades of Egyptian Blue #1F3E90
Tints of Egyptian Blue #1F3E90
RGB
CMYK
RGB Variations
Color information
#1F3E90 (or 0x1F3E90) is known color: Egyptian Blue. HEX triplet: 1F, 3E and 90. RGB value is (31,62,144). Sum of RGB (Red+Green+Blue) = 31+62+144=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F3E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3E90 is #E0C16F. Grayscale: #3D3D3D. Windows color (decimal): -14729584 or 9453087. OLE color: 9453087.
HSL color Cylindrical-coordinate representation of color #1F3E90: hue angle of 223.54º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F3E90 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 62 | 144 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.44 |
| HSL | 223.54º | 0.65% | 0.34% | - |
| HSV(B) | 223.54º | 0.78% | 0.56% | - |
| XYZ | 7.32 | 5.75 | 27.11 | - |
| YUV | 62.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 144 | 0.78 | 0.57 | 0 | 0.44 | 223.54 | 0.65 | 0.34 |
| Hex | 1F | 3E | 90 | 4E | 39 | 0 | 2C | E0 | 41 | 22 |
| Octal | 37 | 76 | 220 | 116 | 71 | 0 | 54 | 340 | 101 | 42 |
| Binary | 11111 | 111110 | 10010000 | 1001110 | 111001 | 0 | 101100 | 11100000 | 1000001 | 100010 |
Color Harmonies of #1F3E90
Complementary color
Monochromatic Colors of #1F3E90
Black with #1F3E90
Text Example
Text Example
White with #1F3E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E90; }
p { color: rgb(31,62,144); }
H1.HeaderClassName
{
color: #1F3E90;
}
.AnyTagClassName
{
color: #1F3E90;
}
</style>
background-color css
<style>
a { background-color: #1F3E90; }
a { background-color: rgb(31,62,144); }
div.DivClassName
{
background-color: #1F3E90;
}
.BgClassName
{
background-color: #1F3E90;
}
</style>
border-color css
<style>
span { border-color: #1F3E90; }
span { border-color: rgb(31,62,144); }
td.TdClassName
{
border-color: #1F3E90;
}
.TagClassName
{
border-color: #1F3E90;
}
</style>