Shades of Egyptian Blue #1F319D
Tints of Egyptian Blue #1F319D
RGB
CMYK
RGB Variations
Color information
#1F319D (or 0x1F319D) is known color: Egyptian Blue. HEX triplet: 1F, 31 and 9D. RGB value is (31,49,157). Sum of RGB (Red+Green+Blue) = 31+49+157=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F319D is #E0CE62. Grayscale: #373737. Windows color (decimal): -14732899 or 10301727. OLE color: 10301727.
HSL color Cylindrical-coordinate representation of color #1F319D: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F319D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 49 | 157 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.38 |
| HSL | 231.43º | 0.67% | 0.37% | - |
| HSV(B) | 231.43º | 0.8% | 0.62% | - |
| XYZ | 7.75 | 4.92 | 32.44 | - |
| YUV | 55.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 157 | 0.80 | 0.69 | 0 | 0.38 | 231.43 | 0.67 | 0.37 |
| Hex | 1F | 31 | 9D | 50 | 45 | 0 | 26 | E7 | 43 | 25 |
| Octal | 37 | 61 | 235 | 120 | 105 | 0 | 46 | 347 | 103 | 45 |
| Binary | 11111 | 110001 | 10011101 | 1010000 | 1000101 | 0 | 100110 | 11100111 | 1000011 | 100101 |
Color Harmonies of #1F319D
Complementary color
Monochromatic Colors of #1F319D
Black with #1F319D
Text Example
Text Example
White with #1F319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F319D; }
p { color: rgb(31,49,157); }
H1.HeaderClassName
{
color: #1F319D;
}
.AnyTagClassName
{
color: #1F319D;
}
</style>
background-color css
<style>
a { background-color: #1F319D; }
a { background-color: rgb(31,49,157); }
div.DivClassName
{
background-color: #1F319D;
}
.BgClassName
{
background-color: #1F319D;
}
</style>
border-color css
<style>
span { border-color: #1F319D; }
span { border-color: rgb(31,49,157); }
td.TdClassName
{
border-color: #1F319D;
}
.TagClassName
{
border-color: #1F319D;
}
</style>