Shades of Egyptian Blue #1F2C8B
Tints of Egyptian Blue #1F2C8B
RGB
CMYK
RGB Variations
Color information
#1F2C8B (or 0x1F2C8B) is known color: Egyptian Blue. HEX triplet: 1F, 2C and 8B. RGB value is (31,44,139). Sum of RGB (Red+Green+Blue) = 31+44+139=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F2C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2C8B is #E0D374. Grayscale: #323232. Windows color (decimal): -14734197 or 9120799. OLE color: 9120799.
HSL color Cylindrical-coordinate representation of color #1F2C8B: hue angle of 232.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F2C8B is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 44 | 139 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.45 |
| HSL | 232.78º | 0.64% | 0.33% | - |
| HSV(B) | 232.78º | 0.78% | 0.55% | - |
| XYZ | 6.13 | 3.96 | 24.87 | - |
| YUV | 50.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 139 | 0.78 | 0.68 | 0 | 0.45 | 232.78 | 0.64 | 0.33 |
| Hex | 1F | 2C | 8B | 4E | 44 | 0 | 2D | E9 | 40 | 21 |
| Octal | 37 | 54 | 213 | 116 | 104 | 0 | 55 | 351 | 100 | 41 |
| Binary | 11111 | 101100 | 10001011 | 1001110 | 1000100 | 0 | 101101 | 11101001 | 1000000 | 100001 |
Color Harmonies of #1F2C8B
Complementary color
Monochromatic Colors of #1F2C8B
Black with #1F2C8B
Text Example
Text Example
White with #1F2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C8B; }
p { color: rgb(31,44,139); }
H1.HeaderClassName
{
color: #1F2C8B;
}
.AnyTagClassName
{
color: #1F2C8B;
}
</style>
background-color css
<style>
a { background-color: #1F2C8B; }
a { background-color: rgb(31,44,139); }
div.DivClassName
{
background-color: #1F2C8B;
}
.BgClassName
{
background-color: #1F2C8B;
}
</style>
border-color css
<style>
span { border-color: #1F2C8B; }
span { border-color: rgb(31,44,139); }
td.TdClassName
{
border-color: #1F2C8B;
}
.TagClassName
{
border-color: #1F2C8B;
}
</style>