Shades of Egyptian Blue #1D2C8A
Tints of Egyptian Blue #1D2C8A
RGB
CMYK
RGB Variations
Color information
#1D2C8A (or 0x1D2C8A) is known color: Egyptian Blue. HEX triplet: 1D, 2C and 8A. RGB value is (29,44,138). Sum of RGB (Red+Green+Blue) = 29+44+138=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D2C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2C8A is #E2D375. Grayscale: #313131. Windows color (decimal): -14865270 or 9055261. OLE color: 9055261.
HSL color Cylindrical-coordinate representation of color #1D2C8A: hue angle of 231.74º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D2C8A is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 44 | 138 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.46 |
| HSL | 231.74º | 0.65% | 0.33% | - |
| HSV(B) | 231.74º | 0.79% | 0.54% | - |
| XYZ | 5.99 | 3.9 | 24.48 | - |
| YUV | 50.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 138 | 0.79 | 0.68 | 0 | 0.46 | 231.74 | 0.65 | 0.33 |
| Hex | 1D | 2C | 8A | 4F | 44 | 0 | 2E | E8 | 41 | 21 |
| Octal | 35 | 54 | 212 | 117 | 104 | 0 | 56 | 350 | 101 | 41 |
| Binary | 11101 | 101100 | 10001010 | 1001111 | 1000100 | 0 | 101110 | 11101000 | 1000001 | 100001 |
Color Harmonies of #1D2C8A
Complementary color
Monochromatic Colors of #1D2C8A
Black with #1D2C8A
Text Example
Text Example
White with #1D2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C8A; }
p { color: rgb(29,44,138); }
H1.HeaderClassName
{
color: #1D2C8A;
}
.AnyTagClassName
{
color: #1D2C8A;
}
</style>
background-color css
<style>
a { background-color: #1D2C8A; }
a { background-color: rgb(29,44,138); }
div.DivClassName
{
background-color: #1D2C8A;
}
.BgClassName
{
background-color: #1D2C8A;
}
</style>
border-color css
<style>
span { border-color: #1D2C8A; }
span { border-color: rgb(29,44,138); }
td.TdClassName
{
border-color: #1D2C8A;
}
.TagClassName
{
border-color: #1D2C8A;
}
</style>