Shades of Egyptian Blue #1F2D91
Tints of Egyptian Blue #1F2D91
RGB
CMYK
RGB Variations
Color information
#1F2D91 (or 0x1F2D91) is known color: Egyptian Blue. HEX triplet: 1F, 2D and 91. RGB value is (31,45,145). Sum of RGB (Red+Green+Blue) = 31+45+145=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F2D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D91 is #E0D26E. Grayscale: #333333. Windows color (decimal): -14733935 or 9514271. OLE color: 9514271.
HSL color Cylindrical-coordinate representation of color #1F2D91: hue angle of 232.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2D91 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 45 | 145 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.43 |
| HSL | 232.63º | 0.65% | 0.35% | - |
| HSV(B) | 232.63º | 0.79% | 0.57% | - |
| XYZ | 6.61 | 4.21 | 27.25 | - |
| YUV | 52.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 145 | 0.79 | 0.69 | 0 | 0.43 | 232.63 | 0.65 | 0.35 |
| Hex | 1F | 2D | 91 | 4F | 45 | 0 | 2B | E9 | 41 | 23 |
| Octal | 37 | 55 | 221 | 117 | 105 | 0 | 53 | 351 | 101 | 43 |
| Binary | 11111 | 101101 | 10010001 | 1001111 | 1000101 | 0 | 101011 | 11101001 | 1000001 | 100011 |
Color Harmonies of #1F2D91
Complementary color
Monochromatic Colors of #1F2D91
Black with #1F2D91
Text Example
Text Example
White with #1F2D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D91; }
p { color: rgb(31,45,145); }
H1.HeaderClassName
{
color: #1F2D91;
}
.AnyTagClassName
{
color: #1F2D91;
}
</style>
background-color css
<style>
a { background-color: #1F2D91; }
a { background-color: rgb(31,45,145); }
div.DivClassName
{
background-color: #1F2D91;
}
.BgClassName
{
background-color: #1F2D91;
}
</style>
border-color css
<style>
span { border-color: #1F2D91; }
span { border-color: rgb(31,45,145); }
td.TdClassName
{
border-color: #1F2D91;
}
.TagClassName
{
border-color: #1F2D91;
}
</style>