Shades of Egyptian Blue #1F2998
Tints of Egyptian Blue #1F2998
RGB
CMYK
RGB Variations
Color information
#1F2998 (or 0x1F2998) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 98. RGB value is (31,41,152). Sum of RGB (Red+Green+Blue) = 31+41+152=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F2998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2998 is #E0D667. Grayscale: #323232. Windows color (decimal): -14734952 or 9971999. OLE color: 9971999.
HSL color Cylindrical-coordinate representation of color #1F2998: hue angle of 235.04º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2998 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 41 | 152 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.40 |
| HSL | 235.04º | 0.66% | 0.36% | - |
| HSV(B) | 235.04º | 0.8% | 0.6% | - |
| XYZ | 7.03 | 4.14 | 30.14 | - |
| YUV | 50.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 152 | 0.80 | 0.73 | 0 | 0.40 | 235.04 | 0.66 | 0.36 |
| Hex | 1F | 29 | 98 | 50 | 49 | 0 | 28 | EB | 42 | 24 |
| Octal | 37 | 51 | 230 | 120 | 111 | 0 | 50 | 353 | 102 | 44 |
| Binary | 11111 | 101001 | 10011000 | 1010000 | 1001001 | 0 | 101000 | 11101011 | 1000010 | 100100 |
Color Harmonies of #1F2998
Complementary color
Monochromatic Colors of #1F2998
Black with #1F2998
Text Example
Text Example
White with #1F2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2998; }
p { color: rgb(31,41,152); }
H1.HeaderClassName
{
color: #1F2998;
}
.AnyTagClassName
{
color: #1F2998;
}
</style>
background-color css
<style>
a { background-color: #1F2998; }
a { background-color: rgb(31,41,152); }
div.DivClassName
{
background-color: #1F2998;
}
.BgClassName
{
background-color: #1F2998;
}
</style>
border-color css
<style>
span { border-color: #1F2998; }
span { border-color: rgb(31,41,152); }
td.TdClassName
{
border-color: #1F2998;
}
.TagClassName
{
border-color: #1F2998;
}
</style>