Shades of Egyptian Blue #1F3294
Tints of Egyptian Blue #1F3294
RGB
CMYK
RGB Variations
Color information
#1F3294 (or 0x1F3294) is known color: Egyptian Blue. HEX triplet: 1F, 32 and 94. RGB value is (31,50,148). Sum of RGB (Red+Green+Blue) = 31+50+148=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F3294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3294 is #E0CD6B. Grayscale: #373737. Windows color (decimal): -14732652 or 9712159. OLE color: 9712159.
HSL color Cylindrical-coordinate representation of color #1F3294: hue angle of 230.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3294 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 50 | 148 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.42 |
| HSL | 230.26º | 0.65% | 0.35% | - |
| HSV(B) | 230.26º | 0.79% | 0.58% | - |
| XYZ | 7.05 | 4.71 | 28.55 | - |
| YUV | 55.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 148 | 0.79 | 0.66 | 0 | 0.42 | 230.26 | 0.65 | 0.35 |
| Hex | 1F | 32 | 94 | 4F | 42 | 0 | 2A | E6 | 41 | 23 |
| Octal | 37 | 62 | 224 | 117 | 102 | 0 | 52 | 346 | 101 | 43 |
| Binary | 11111 | 110010 | 10010100 | 1001111 | 1000010 | 0 | 101010 | 11100110 | 1000001 | 100011 |
Color Harmonies of #1F3294
Complementary color
Monochromatic Colors of #1F3294
Black with #1F3294
Text Example
Text Example
White with #1F3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3294; }
p { color: rgb(31,50,148); }
H1.HeaderClassName
{
color: #1F3294;
}
.AnyTagClassName
{
color: #1F3294;
}
</style>
background-color css
<style>
a { background-color: #1F3294; }
a { background-color: rgb(31,50,148); }
div.DivClassName
{
background-color: #1F3294;
}
.BgClassName
{
background-color: #1F3294;
}
</style>
border-color css
<style>
span { border-color: #1F3294; }
span { border-color: rgb(31,50,148); }
td.TdClassName
{
border-color: #1F3294;
}
.TagClassName
{
border-color: #1F3294;
}
</style>