Shades of Egyptian Blue #1F338D
Tints of Egyptian Blue #1F338D
RGB
CMYK
RGB Variations
Color information
#1F338D (or 0x1F338D) is known color: Egyptian Blue. HEX triplet: 1F, 33 and 8D. RGB value is (31,51,141). Sum of RGB (Red+Green+Blue) = 31+51+141=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F338D is #E0CC72. Grayscale: #363636. Windows color (decimal): -14732403 or 9253663. OLE color: 9253663.
HSL color Cylindrical-coordinate representation of color #1F338D: hue angle of 229.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F338D is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 51 | 141 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.45 |
| HSL | 229.09º | 0.64% | 0.34% | - |
| HSV(B) | 229.09º | 0.78% | 0.55% | - |
| XYZ | 6.56 | 4.58 | 25.74 | - |
| YUV | 55.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 141 | 0.78 | 0.64 | 0 | 0.45 | 229.09 | 0.64 | 0.34 |
| Hex | 1F | 33 | 8D | 4E | 40 | 0 | 2D | E5 | 40 | 22 |
| Octal | 37 | 63 | 215 | 116 | 100 | 0 | 55 | 345 | 100 | 42 |
| Binary | 11111 | 110011 | 10001101 | 1001110 | 1000000 | 0 | 101101 | 11100101 | 1000000 | 100010 |
Color Harmonies of #1F338D
Complementary color
Monochromatic Colors of #1F338D
Black with #1F338D
Text Example
Text Example
White with #1F338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F338D; }
p { color: rgb(31,51,141); }
H1.HeaderClassName
{
color: #1F338D;
}
.AnyTagClassName
{
color: #1F338D;
}
</style>
background-color css
<style>
a { background-color: #1F338D; }
a { background-color: rgb(31,51,141); }
div.DivClassName
{
background-color: #1F338D;
}
.BgClassName
{
background-color: #1F338D;
}
</style>
border-color css
<style>
span { border-color: #1F338D; }
span { border-color: rgb(31,51,141); }
td.TdClassName
{
border-color: #1F338D;
}
.TagClassName
{
border-color: #1F338D;
}
</style>