Shades of Egyptian Blue #1F3090
Tints of Egyptian Blue #1F3090
RGB
CMYK
RGB Variations
Color information
#1F3090 (or 0x1F3090) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 90. RGB value is (31,48,144). Sum of RGB (Red+Green+Blue) = 31+48+144=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F3090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3090 is #E0CF6F. Grayscale: #353535. Windows color (decimal): -14733168 or 9449503. OLE color: 9449503.
HSL color Cylindrical-coordinate representation of color #1F3090: hue angle of 230.97º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F3090 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 48 | 144 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.44 |
| HSL | 230.97º | 0.65% | 0.34% | - |
| HSV(B) | 230.97º | 0.78% | 0.56% | - |
| XYZ | 6.66 | 4.42 | 26.89 | - |
| YUV | 53.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 144 | 0.78 | 0.67 | 0 | 0.44 | 230.97 | 0.65 | 0.34 |
| Hex | 1F | 30 | 90 | 4E | 43 | 0 | 2C | E7 | 41 | 22 |
| Octal | 37 | 60 | 220 | 116 | 103 | 0 | 54 | 347 | 101 | 42 |
| Binary | 11111 | 110000 | 10010000 | 1001110 | 1000011 | 0 | 101100 | 11100111 | 1000001 | 100010 |
Color Harmonies of #1F3090
Complementary color
Monochromatic Colors of #1F3090
Black with #1F3090
Text Example
Text Example
White with #1F3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3090; }
p { color: rgb(31,48,144); }
H1.HeaderClassName
{
color: #1F3090;
}
.AnyTagClassName
{
color: #1F3090;
}
</style>
background-color css
<style>
a { background-color: #1F3090; }
a { background-color: rgb(31,48,144); }
div.DivClassName
{
background-color: #1F3090;
}
.BgClassName
{
background-color: #1F3090;
}
</style>
border-color css
<style>
span { border-color: #1F3090; }
span { border-color: rgb(31,48,144); }
td.TdClassName
{
border-color: #1F3090;
}
.TagClassName
{
border-color: #1F3090;
}
</style>