Shades of Egyptian Blue #1F2997
Tints of Egyptian Blue #1F2997
RGB
CMYK
RGB Variations
Color information
#1F2997 (or 0x1F2997) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 97. RGB value is (31,41,151). Sum of RGB (Red+Green+Blue) = 31+41+151=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F2997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2997 is #E0D668. Grayscale: #323232. Windows color (decimal): -14734953 or 9906463. OLE color: 9906463.
HSL color Cylindrical-coordinate representation of color #1F2997: hue angle of 235º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2997 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 41 | 151 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.41 |
| HSL | 235º | 0.66% | 0.36% | - |
| HSV(B) | 235º | 0.79% | 0.59% | - |
| XYZ | 6.94 | 4.11 | 29.71 | - |
| YUV | 50.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 151 | 0.79 | 0.73 | 0 | 0.41 | 235 | 0.66 | 0.36 |
| Hex | 1F | 29 | 97 | 4F | 49 | 0 | 29 | EB | 42 | 24 |
| Octal | 37 | 51 | 227 | 117 | 111 | 0 | 51 | 353 | 102 | 44 |
| Binary | 11111 | 101001 | 10010111 | 1001111 | 1001001 | 0 | 101001 | 11101011 | 1000010 | 100100 |
Color Harmonies of #1F2997
Complementary color
Monochromatic Colors of #1F2997
Black with #1F2997
Text Example
Text Example
White with #1F2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2997; }
p { color: rgb(31,41,151); }
H1.HeaderClassName
{
color: #1F2997;
}
.AnyTagClassName
{
color: #1F2997;
}
</style>
background-color css
<style>
a { background-color: #1F2997; }
a { background-color: rgb(31,41,151); }
div.DivClassName
{
background-color: #1F2997;
}
.BgClassName
{
background-color: #1F2997;
}
</style>
border-color css
<style>
span { border-color: #1F2997; }
span { border-color: rgb(31,41,151); }
td.TdClassName
{
border-color: #1F2997;
}
.TagClassName
{
border-color: #1F2997;
}
</style>