Shades of Egyptian Blue #1F4A9E
Tints of Egyptian Blue #1F4A9E
RGB
CMYK
RGB Variations
Color information
#1F4A9E (or 0x1F4A9E) is known color: Egyptian Blue. HEX triplet: 1F, 4A and 9E. RGB value is (31,74,158). Sum of RGB (Red+Green+Blue) = 31+74+158=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F4A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4A9E is #E0B561. Grayscale: #464646. Windows color (decimal): -14726498 or 10373663. OLE color: 10373663.
HSL color Cylindrical-coordinate representation of color #1F4A9E: hue angle of 219.69º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4A9E is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 74 | 158 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.38 |
| HSL | 219.69º | 0.67% | 0.37% | - |
| HSV(B) | 219.69º | 0.8% | 0.62% | - |
| XYZ | 9.19 | 7.66 | 33.34 | - |
| YUV | 70.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 158 | 0.80 | 0.53 | 0 | 0.38 | 219.69 | 0.67 | 0.37 |
| Hex | 1F | 4A | 9E | 50 | 35 | 0 | 26 | DC | 43 | 25 |
| Octal | 37 | 112 | 236 | 120 | 65 | 0 | 46 | 334 | 103 | 45 |
| Binary | 11111 | 1001010 | 10011110 | 1010000 | 110101 | 0 | 100110 | 11011100 | 1000011 | 100101 |
Color Harmonies of #1F4A9E
Complementary color
Monochromatic Colors of #1F4A9E
Black with #1F4A9E
Text Example
Text Example
White with #1F4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A9E; }
p { color: rgb(31,74,158); }
H1.HeaderClassName
{
color: #1F4A9E;
}
.AnyTagClassName
{
color: #1F4A9E;
}
</style>
background-color css
<style>
a { background-color: #1F4A9E; }
a { background-color: rgb(31,74,158); }
div.DivClassName
{
background-color: #1F4A9E;
}
.BgClassName
{
background-color: #1F4A9E;
}
</style>
border-color css
<style>
span { border-color: #1F4A9E; }
span { border-color: rgb(31,74,158); }
td.TdClassName
{
border-color: #1F4A9E;
}
.TagClassName
{
border-color: #1F4A9E;
}
</style>