Shades of Egyptian Blue #1F3F99
Tints of Egyptian Blue #1F3F99
RGB
CMYK
RGB Variations
Color information
#1F3F99 (or 0x1F3F99) is known color: Egyptian Blue. HEX triplet: 1F, 3F and 99. RGB value is (31,63,153). Sum of RGB (Red+Green+Blue) = 31+63+153=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F3F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3F99 is #E0C066. Grayscale: #3F3F3F. Windows color (decimal): -14729319 or 10043167. OLE color: 10043167.
HSL color Cylindrical-coordinate representation of color #1F3F99: hue angle of 224.26º 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 #1F3F99 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 63 | 153 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.4 |
| HSL | 224.26º | 0.66% | 0.36% | - |
| HSV(B) | 224.26º | 0.8% | 0.6% | - |
| XYZ | 8.09 | 6.15 | 30.9 | - |
| YUV | 63.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 153 | 0.80 | 0.59 | 0 | 0.4 | 224.26 | 0.66 | 0.36 |
| Hex | 1F | 3F | 99 | 50 | 3B | 0 | 28 | E0 | 42 | 24 |
| Octal | 37 | 77 | 231 | 120 | 73 | 0 | 50 | 340 | 102 | 44 |
| Binary | 11111 | 111111 | 10011001 | 1010000 | 111011 | 0 | 101000 | 11100000 | 1000010 | 100100 |
Color Harmonies of #1F3F99
Complementary color
Monochromatic Colors of #1F3F99
Black with #1F3F99
Text Example
Text Example
White with #1F3F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F99; }
p { color: rgb(31,63,153); }
H1.HeaderClassName
{
color: #1F3F99;
}
.AnyTagClassName
{
color: #1F3F99;
}
</style>
background-color css
<style>
a { background-color: #1F3F99; }
a { background-color: rgb(31,63,153); }
div.DivClassName
{
background-color: #1F3F99;
}
.BgClassName
{
background-color: #1F3F99;
}
</style>
border-color css
<style>
span { border-color: #1F3F99; }
span { border-color: rgb(31,63,153); }
td.TdClassName
{
border-color: #1F3F99;
}
.TagClassName
{
border-color: #1F3F99;
}
</style>