Shades of Egyptian Blue #1D308A
Tints of Egyptian Blue #1D308A
RGB
CMYK
RGB Variations
Color information
#1D308A (or 0x1D308A) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 8A. RGB value is (29,48,138). Sum of RGB (Red+Green+Blue) = 29+48+138=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D308A is #E2CF75. Grayscale: #343434. Windows color (decimal): -14864246 or 9056285. OLE color: 9056285.
HSL color Cylindrical-coordinate representation of color #1D308A: hue angle of 229.54º 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 #1D308A is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 48 | 138 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.46 |
| HSL | 229.54º | 0.65% | 0.33% | - |
| HSV(B) | 229.54º | 0.79% | 0.54% | - |
| XYZ | 6.15 | 4.21 | 24.53 | - |
| YUV | 52.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 138 | 0.79 | 0.65 | 0 | 0.46 | 229.54 | 0.65 | 0.33 |
| Hex | 1D | 30 | 8A | 4F | 41 | 0 | 2E | E6 | 41 | 21 |
| Octal | 35 | 60 | 212 | 117 | 101 | 0 | 56 | 346 | 101 | 41 |
| Binary | 11101 | 110000 | 10001010 | 1001111 | 1000001 | 0 | 101110 | 11100110 | 1000001 | 100001 |
Color Harmonies of #1D308A
Complementary color
Monochromatic Colors of #1D308A
Black with #1D308A
Text Example
Text Example
White with #1D308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D308A; }
p { color: rgb(29,48,138); }
H1.HeaderClassName
{
color: #1D308A;
}
.AnyTagClassName
{
color: #1D308A;
}
</style>
background-color css
<style>
a { background-color: #1D308A; }
a { background-color: rgb(29,48,138); }
div.DivClassName
{
background-color: #1D308A;
}
.BgClassName
{
background-color: #1D308A;
}
</style>
border-color css
<style>
span { border-color: #1D308A; }
span { border-color: rgb(29,48,138); }
td.TdClassName
{
border-color: #1D308A;
}
.TagClassName
{
border-color: #1D308A;
}
</style>