Shades of Egyptian Blue #1F389B
Tints of Egyptian Blue #1F389B
RGB
CMYK
RGB Variations
Color information
#1F389B (or 0x1F389B) is known color: Egyptian Blue. HEX triplet: 1F, 38 and 9B. RGB value is (31,56,155). Sum of RGB (Red+Green+Blue) = 31+56+155=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F389B is #E0C764. Grayscale: #3B3B3B. Windows color (decimal): -14731109 or 10172447. OLE color: 10172447.
HSL color Cylindrical-coordinate representation of color #1F389B: hue angle of 227.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F389B is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 56 | 155 | - |
| CMYK | 0.8 | 0.64 | 0 | 0.39 |
| HSL | 227.9º | 0.67% | 0.36% | - |
| HSV(B) | 227.9º | 0.8% | 0.61% | - |
| XYZ | 7.9 | 5.49 | 31.65 | - |
| YUV | 59.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 155 | 0.8 | 0.64 | 0 | 0.39 | 227.9 | 0.67 | 0.36 |
| Hex | 1F | 38 | 9B | 50 | 40 | 0 | 27 | E4 | 43 | 24 |
| Octal | 37 | 70 | 233 | 120 | 100 | 0 | 47 | 344 | 103 | 44 |
| Binary | 11111 | 111000 | 10011011 | 1010000 | 1000000 | 0 | 100111 | 11100100 | 1000011 | 100100 |
Color Harmonies of #1F389B
Complementary color
Monochromatic Colors of #1F389B
Black with #1F389B
Text Example
Text Example
White with #1F389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F389B; }
p { color: rgb(31,56,155); }
H1.HeaderClassName
{
color: #1F389B;
}
.AnyTagClassName
{
color: #1F389B;
}
</style>
background-color css
<style>
a { background-color: #1F389B; }
a { background-color: rgb(31,56,155); }
div.DivClassName
{
background-color: #1F389B;
}
.BgClassName
{
background-color: #1F389B;
}
</style>
border-color css
<style>
span { border-color: #1F389B; }
span { border-color: rgb(31,56,155); }
td.TdClassName
{
border-color: #1F389B;
}
.TagClassName
{
border-color: #1F389B;
}
</style>