Shades of Egyptian Blue #1D368D
Tints of Egyptian Blue #1D368D
RGB
CMYK
RGB Variations
Color information
#1D368D (or 0x1D368D) is known color: Egyptian Blue. HEX triplet: 1D, 36 and 8D. RGB value is (29,54,141). Sum of RGB (Red+Green+Blue) = 29+54+141=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D368D is #E2C972. Grayscale: #383838. Windows color (decimal): -14862707 or 9254429. OLE color: 9254429.
HSL color Cylindrical-coordinate representation of color #1D368D: hue angle of 226.61º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D368D is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 54 | 141 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.45 |
| HSL | 226.61º | 0.66% | 0.33% | - |
| HSV(B) | 226.61º | 0.79% | 0.55% | - |
| XYZ | 6.63 | 4.82 | 25.78 | - |
| YUV | 56.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 141 | 0.79 | 0.62 | 0 | 0.45 | 226.61 | 0.66 | 0.33 |
| Hex | 1D | 36 | 8D | 4F | 3E | 0 | 2D | E3 | 42 | 21 |
| Octal | 35 | 66 | 215 | 117 | 76 | 0 | 55 | 343 | 102 | 41 |
| Binary | 11101 | 110110 | 10001101 | 1001111 | 111110 | 0 | 101101 | 11100011 | 1000010 | 100001 |
Color Harmonies of #1D368D
Complementary color
Monochromatic Colors of #1D368D
Black with #1D368D
Text Example
Text Example
White with #1D368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D368D; }
p { color: rgb(29,54,141); }
H1.HeaderClassName
{
color: #1D368D;
}
.AnyTagClassName
{
color: #1D368D;
}
</style>
background-color css
<style>
a { background-color: #1D368D; }
a { background-color: rgb(29,54,141); }
div.DivClassName
{
background-color: #1D368D;
}
.BgClassName
{
background-color: #1D368D;
}
</style>
border-color css
<style>
span { border-color: #1D368D; }
span { border-color: rgb(29,54,141); }
td.TdClassName
{
border-color: #1D368D;
}
.TagClassName
{
border-color: #1D368D;
}
</style>