Shades of Egyptian Blue #1F2D9E
Tints of Egyptian Blue #1F2D9E
RGB
CMYK
RGB Variations
Color information
#1F2D9E (or 0x1F2D9E) is known color: Egyptian Blue. HEX triplet: 1F, 2D and 9E. RGB value is (31,45,158). Sum of RGB (Red+Green+Blue) = 31+45+158=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F2D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D9E is #E0D261. Grayscale: #353535. Windows color (decimal): -14733922 or 10366239. OLE color: 10366239.
HSL color Cylindrical-coordinate representation of color #1F2D9E: hue angle of 233.39º 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 #1F2D9E is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 45 | 158 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.38 |
| HSL | 233.39º | 0.67% | 0.37% | - |
| HSV(B) | 233.39º | 0.8% | 0.62% | - |
| XYZ | 7.68 | 4.64 | 32.84 | - |
| YUV | 53.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 158 | 0.80 | 0.72 | 0 | 0.38 | 233.39 | 0.67 | 0.37 |
| Hex | 1F | 2D | 9E | 50 | 48 | 0 | 26 | E9 | 43 | 25 |
| Octal | 37 | 55 | 236 | 120 | 110 | 0 | 46 | 351 | 103 | 45 |
| Binary | 11111 | 101101 | 10011110 | 1010000 | 1001000 | 0 | 100110 | 11101001 | 1000011 | 100101 |
Color Harmonies of #1F2D9E
Complementary color
Monochromatic Colors of #1F2D9E
Black with #1F2D9E
Text Example
Text Example
White with #1F2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D9E; }
p { color: rgb(31,45,158); }
H1.HeaderClassName
{
color: #1F2D9E;
}
.AnyTagClassName
{
color: #1F2D9E;
}
</style>
background-color css
<style>
a { background-color: #1F2D9E; }
a { background-color: rgb(31,45,158); }
div.DivClassName
{
background-color: #1F2D9E;
}
.BgClassName
{
background-color: #1F2D9E;
}
</style>
border-color css
<style>
span { border-color: #1F2D9E; }
span { border-color: rgb(31,45,158); }
td.TdClassName
{
border-color: #1F2D9E;
}
.TagClassName
{
border-color: #1F2D9E;
}
</style>