Shades of Egyptian Blue #1F2499
Tints of Egyptian Blue #1F2499
RGB
CMYK
RGB Variations
Color information
#1F2499 (or 0x1F2499) is known color: Egyptian Blue. HEX triplet: 1F, 24 and 99. RGB value is (31,36,153). Sum of RGB (Red+Green+Blue) = 31+36+153=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2499 is #E0DB66. Grayscale: #2F2F2F. Windows color (decimal): -14736231 or 10036255. OLE color: 10036255.
HSL color Cylindrical-coordinate representation of color #1F2499: hue angle of 237.54º 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 #1F2499 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 36 | 153 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.4 |
| HSL | 237.54º | 0.66% | 0.36% | - |
| HSV(B) | 237.54º | 0.8% | 0.6% | - |
| XYZ | 6.95 | 3.85 | 30.51 | - |
| YUV | 47.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 153 | 0.80 | 0.76 | 0 | 0.4 | 237.54 | 0.66 | 0.36 |
| Hex | 1F | 24 | 99 | 50 | 4C | 0 | 28 | EE | 42 | 24 |
| Octal | 37 | 44 | 231 | 120 | 114 | 0 | 50 | 356 | 102 | 44 |
| Binary | 11111 | 100100 | 10011001 | 1010000 | 1001100 | 0 | 101000 | 11101110 | 1000010 | 100100 |
Color Harmonies of #1F2499
Complementary color
Monochromatic Colors of #1F2499
Black with #1F2499
Text Example
Text Example
White with #1F2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2499; }
p { color: rgb(31,36,153); }
H1.HeaderClassName
{
color: #1F2499;
}
.AnyTagClassName
{
color: #1F2499;
}
</style>
background-color css
<style>
a { background-color: #1F2499; }
a { background-color: rgb(31,36,153); }
div.DivClassName
{
background-color: #1F2499;
}
.BgClassName
{
background-color: #1F2499;
}
</style>
border-color css
<style>
span { border-color: #1F2499; }
span { border-color: rgb(31,36,153); }
td.TdClassName
{
border-color: #1F2499;
}
.TagClassName
{
border-color: #1F2499;
}
</style>