Shades of Egyptian Blue #1F309D
Tints of Egyptian Blue #1F309D
RGB
CMYK
RGB Variations
Color information
#1F309D (or 0x1F309D) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 9D. RGB value is (31,48,157). Sum of RGB (Red+Green+Blue) = 31+48+157=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F309D is #E0CF62. Grayscale: #363636. Windows color (decimal): -14733155 or 10301471. OLE color: 10301471.
HSL color Cylindrical-coordinate representation of color #1F309D: hue angle of 231.9º 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 #1F309D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 48 | 157 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.38 |
| HSL | 231.9º | 0.67% | 0.37% | - |
| HSV(B) | 231.9º | 0.8% | 0.62% | - |
| XYZ | 7.71 | 4.84 | 32.43 | - |
| YUV | 55.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 157 | 0.80 | 0.69 | 0 | 0.38 | 231.9 | 0.67 | 0.37 |
| Hex | 1F | 30 | 9D | 50 | 45 | 0 | 26 | E8 | 43 | 25 |
| Octal | 37 | 60 | 235 | 120 | 105 | 0 | 46 | 350 | 103 | 45 |
| Binary | 11111 | 110000 | 10011101 | 1010000 | 1000101 | 0 | 100110 | 11101000 | 1000011 | 100101 |
Color Harmonies of #1F309D
Complementary color
Monochromatic Colors of #1F309D
Black with #1F309D
Text Example
Text Example
White with #1F309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F309D; }
p { color: rgb(31,48,157); }
H1.HeaderClassName
{
color: #1F309D;
}
.AnyTagClassName
{
color: #1F309D;
}
</style>
background-color css
<style>
a { background-color: #1F309D; }
a { background-color: rgb(31,48,157); }
div.DivClassName
{
background-color: #1F309D;
}
.BgClassName
{
background-color: #1F309D;
}
</style>
border-color css
<style>
span { border-color: #1F309D; }
span { border-color: rgb(31,48,157); }
td.TdClassName
{
border-color: #1F309D;
}
.TagClassName
{
border-color: #1F309D;
}
</style>