Shades of Egyptian Blue #1F328C
Tints of Egyptian Blue #1F328C
RGB
CMYK
RGB Variations
Color information
#1F328C (or 0x1F328C) is known color: Egyptian Blue. HEX triplet: 1F, 32 and 8C. RGB value is (31,50,140). Sum of RGB (Red+Green+Blue) = 31+50+140=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F328C is #E0CD73. Grayscale: #363636. Windows color (decimal): -14732660 or 9187871. OLE color: 9187871.
HSL color Cylindrical-coordinate representation of color #1F328C: hue angle of 229.54º 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 #1F328C is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 50 | 140 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.45 |
| HSL | 229.54º | 0.64% | 0.34% | - |
| HSV(B) | 229.54º | 0.78% | 0.55% | - |
| XYZ | 6.44 | 4.47 | 25.33 | - |
| YUV | 54.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 140 | 0.78 | 0.64 | 0 | 0.45 | 229.54 | 0.64 | 0.34 |
| Hex | 1F | 32 | 8C | 4E | 40 | 0 | 2D | E6 | 40 | 22 |
| Octal | 37 | 62 | 214 | 116 | 100 | 0 | 55 | 346 | 100 | 42 |
| Binary | 11111 | 110010 | 10001100 | 1001110 | 1000000 | 0 | 101101 | 11100110 | 1000000 | 100010 |
Color Harmonies of #1F328C
Complementary color
Monochromatic Colors of #1F328C
Black with #1F328C
Text Example
Text Example
White with #1F328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F328C; }
p { color: rgb(31,50,140); }
H1.HeaderClassName
{
color: #1F328C;
}
.AnyTagClassName
{
color: #1F328C;
}
</style>
background-color css
<style>
a { background-color: #1F328C; }
a { background-color: rgb(31,50,140); }
div.DivClassName
{
background-color: #1F328C;
}
.BgClassName
{
background-color: #1F328C;
}
</style>
border-color css
<style>
span { border-color: #1F328C; }
span { border-color: rgb(31,50,140); }
td.TdClassName
{
border-color: #1F328C;
}
.TagClassName
{
border-color: #1F328C;
}
</style>