Shades of Egyptian Blue #1F2992
Tints of Egyptian Blue #1F2992
RGB
CMYK
RGB Variations
Color information
#1F2992 (or 0x1F2992) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 92. RGB value is (31,41,146). Sum of RGB (Red+Green+Blue) = 31+41+146=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2992 is #E0D66D. Grayscale: #313131. Windows color (decimal): -14734958 or 9578783. OLE color: 9578783.
HSL color Cylindrical-coordinate representation of color #1F2992: hue angle of 234.78º 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 #1F2992 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 41 | 146 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.43 |
| HSL | 234.78º | 0.65% | 0.35% | - |
| HSV(B) | 234.78º | 0.79% | 0.57% | - |
| XYZ | 6.55 | 3.95 | 27.61 | - |
| YUV | 49.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 146 | 0.79 | 0.72 | 0 | 0.43 | 234.78 | 0.65 | 0.35 |
| Hex | 1F | 29 | 92 | 4F | 48 | 0 | 2B | EB | 41 | 23 |
| Octal | 37 | 51 | 222 | 117 | 110 | 0 | 53 | 353 | 101 | 43 |
| Binary | 11111 | 101001 | 10010010 | 1001111 | 1001000 | 0 | 101011 | 11101011 | 1000001 | 100011 |
Color Harmonies of #1F2992
Complementary color
Monochromatic Colors of #1F2992
Black with #1F2992
Text Example
Text Example
White with #1F2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2992; }
p { color: rgb(31,41,146); }
H1.HeaderClassName
{
color: #1F2992;
}
.AnyTagClassName
{
color: #1F2992;
}
</style>
background-color css
<style>
a { background-color: #1F2992; }
a { background-color: rgb(31,41,146); }
div.DivClassName
{
background-color: #1F2992;
}
.BgClassName
{
background-color: #1F2992;
}
</style>
border-color css
<style>
span { border-color: #1F2992; }
span { border-color: rgb(31,41,146); }
td.TdClassName
{
border-color: #1F2992;
}
.TagClassName
{
border-color: #1F2992;
}
</style>