Shades of Egyptian Blue #1F1EAC
Tints of Egyptian Blue #1F1EAC
RGB
CMYK
RGB Variations
Color information
#1F1EAC (or 0x1F1EAC) is known color: Egyptian Blue. HEX triplet: 1F, 1E and AC. RGB value is (31,30,172). Sum of RGB (Red+Green+Blue) = 31+30+172=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F1EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1EAC is #E0E153. Grayscale: #2D2D2D. Windows color (decimal): -14737748 or 11279903. OLE color: 11279903.
HSL color Cylindrical-coordinate representation of color #1F1EAC: hue angle of 240.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1EAC is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 30 | 172 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.33 |
| HSL | 240.42º | 0.7% | 0.4% | - |
| HSV(B) | 240.42º | 0.83% | 0.67% | - |
| XYZ | 8.48 | 4.2 | 39.39 | - |
| YUV | 46.49 | 198.83 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 30 | 172 | 0.82 | 0.83 | 0 | 0.33 | 240.42 | 0.7 | 0.4 |
| Hex | 1F | 1E | AC | 52 | 53 | 0 | 21 | F0 | 46 | 28 |
| Octal | 37 | 36 | 254 | 122 | 123 | 0 | 41 | 360 | 106 | 50 |
| Binary | 11111 | 11110 | 10101100 | 1010010 | 1010011 | 0 | 100001 | 11110000 | 1000110 | 101000 |
Color Harmonies of #1F1EAC
Complementary color
Monochromatic Colors of #1F1EAC
Black with #1F1EAC
Text Example
Text Example
White with #1F1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1EAC; }
p { color: rgb(31,30,172); }
H1.HeaderClassName
{
color: #1F1EAC;
}
.AnyTagClassName
{
color: #1F1EAC;
}
</style>
background-color css
<style>
a { background-color: #1F1EAC; }
a { background-color: rgb(31,30,172); }
div.DivClassName
{
background-color: #1F1EAC;
}
.BgClassName
{
background-color: #1F1EAC;
}
</style>
border-color css
<style>
span { border-color: #1F1EAC; }
span { border-color: rgb(31,30,172); }
td.TdClassName
{
border-color: #1F1EAC;
}
.TagClassName
{
border-color: #1F1EAC;
}
</style>