Shades of Egyptian Blue #1F329E
Tints of Egyptian Blue #1F329E
RGB
CMYK
RGB Variations
Color information
#1F329E (or 0x1F329E) is known color: Egyptian Blue. HEX triplet: 1F, 32 and 9E. RGB value is (31,50,158). Sum of RGB (Red+Green+Blue) = 31+50+158=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F329E is #E0CD61. Grayscale: #383838. Windows color (decimal): -14732642 or 10367519. OLE color: 10367519.
HSL color Cylindrical-coordinate representation of color #1F329E: hue angle of 231.02º 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 #1F329E is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 50 | 158 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.38 |
| HSL | 231.02º | 0.67% | 0.37% | - |
| HSV(B) | 231.02º | 0.8% | 0.62% | - |
| XYZ | 7.88 | 5.04 | 32.91 | - |
| YUV | 56.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 158 | 0.80 | 0.68 | 0 | 0.38 | 231.02 | 0.67 | 0.37 |
| Hex | 1F | 32 | 9E | 50 | 44 | 0 | 26 | E7 | 43 | 25 |
| Octal | 37 | 62 | 236 | 120 | 104 | 0 | 46 | 347 | 103 | 45 |
| Binary | 11111 | 110010 | 10011110 | 1010000 | 1000100 | 0 | 100110 | 11100111 | 1000011 | 100101 |
Color Harmonies of #1F329E
Complementary color
Monochromatic Colors of #1F329E
Black with #1F329E
Text Example
Text Example
White with #1F329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F329E; }
p { color: rgb(31,50,158); }
H1.HeaderClassName
{
color: #1F329E;
}
.AnyTagClassName
{
color: #1F329E;
}
</style>
background-color css
<style>
a { background-color: #1F329E; }
a { background-color: rgb(31,50,158); }
div.DivClassName
{
background-color: #1F329E;
}
.BgClassName
{
background-color: #1F329E;
}
</style>
border-color css
<style>
span { border-color: #1F329E; }
span { border-color: rgb(31,50,158); }
td.TdClassName
{
border-color: #1F329E;
}
.TagClassName
{
border-color: #1F329E;
}
</style>