Shades of Egyptian Blue #1F2C8A
Tints of Egyptian Blue #1F2C8A
RGB
CMYK
RGB Variations
Color information
#1F2C8A (or 0x1F2C8A) is known color: Egyptian Blue. HEX triplet: 1F, 2C and 8A. RGB value is (31,44,138). Sum of RGB (Red+Green+Blue) = 31+44+138=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F2C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2C8A is #E0D375. Grayscale: #323232. Windows color (decimal): -14734198 or 9055263. OLE color: 9055263.
HSL color Cylindrical-coordinate representation of color #1F2C8A: hue angle of 232.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F2C8A is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 44 | 138 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.46 |
| HSL | 232.71º | 0.63% | 0.33% | - |
| HSV(B) | 232.71º | 0.78% | 0.54% | - |
| XYZ | 6.05 | 3.93 | 24.48 | - |
| YUV | 50.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 138 | 0.78 | 0.68 | 0 | 0.46 | 232.71 | 0.63 | 0.33 |
| Hex | 1F | 2C | 8A | 4E | 44 | 0 | 2E | E9 | 3F | 21 |
| Octal | 37 | 54 | 212 | 116 | 104 | 0 | 56 | 351 | 77 | 41 |
| Binary | 11111 | 101100 | 10001010 | 1001110 | 1000100 | 0 | 101110 | 11101001 | 111111 | 100001 |
Color Harmonies of #1F2C8A
Complementary color
Monochromatic Colors of #1F2C8A
Black with #1F2C8A
Text Example
Text Example
White with #1F2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C8A; }
p { color: rgb(31,44,138); }
H1.HeaderClassName
{
color: #1F2C8A;
}
.AnyTagClassName
{
color: #1F2C8A;
}
</style>
background-color css
<style>
a { background-color: #1F2C8A; }
a { background-color: rgb(31,44,138); }
div.DivClassName
{
background-color: #1F2C8A;
}
.BgClassName
{
background-color: #1F2C8A;
}
</style>
border-color css
<style>
span { border-color: #1F2C8A; }
span { border-color: rgb(31,44,138); }
td.TdClassName
{
border-color: #1F2C8A;
}
.TagClassName
{
border-color: #1F2C8A;
}
</style>