Shades of Egyptian Blue #1F3890
Tints of Egyptian Blue #1F3890
RGB
CMYK
RGB Variations
Color information
#1F3890 (or 0x1F3890) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 90. RGB value is (31,56,144). Sum of RGB (Red+Green+Blue) = 31+56+144=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F3890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3890 is #E0C76F. Grayscale: #3A3A3A. Windows color (decimal): -14731120 or 9451551. OLE color: 9451551.
HSL color Cylindrical-coordinate representation of color #1F3890: hue angle of 226.73º 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 #1F3890 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 56 | 144 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.44 |
| HSL | 226.73º | 0.65% | 0.34% | - |
| HSV(B) | 226.73º | 0.78% | 0.56% | - |
| XYZ | 7.01 | 5.13 | 27.01 | - |
| YUV | 58.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 144 | 0.78 | 0.61 | 0 | 0.44 | 226.73 | 0.65 | 0.34 |
| Hex | 1F | 38 | 90 | 4E | 3D | 0 | 2C | E3 | 41 | 22 |
| Octal | 37 | 70 | 220 | 116 | 75 | 0 | 54 | 343 | 101 | 42 |
| Binary | 11111 | 111000 | 10010000 | 1001110 | 111101 | 0 | 101100 | 11100011 | 1000001 | 100010 |
Color Harmonies of #1F3890
Complementary color
Monochromatic Colors of #1F3890
Black with #1F3890
Text Example
Text Example
White with #1F3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3890; }
p { color: rgb(31,56,144); }
H1.HeaderClassName
{
color: #1F3890;
}
.AnyTagClassName
{
color: #1F3890;
}
</style>
background-color css
<style>
a { background-color: #1F3890; }
a { background-color: rgb(31,56,144); }
div.DivClassName
{
background-color: #1F3890;
}
.BgClassName
{
background-color: #1F3890;
}
</style>
border-color css
<style>
span { border-color: #1F3890; }
span { border-color: rgb(31,56,144); }
td.TdClassName
{
border-color: #1F3890;
}
.TagClassName
{
border-color: #1F3890;
}
</style>