Shades of Egyptian Blue #1D4192
Tints of Egyptian Blue #1D4192
RGB
CMYK
RGB Variations
Color information
#1D4192 (or 0x1D4192) is known color: Egyptian Blue. HEX triplet: 1D, 41 and 92. RGB value is (29,65,146). Sum of RGB (Red+Green+Blue) = 29+65+146=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D4192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4192 is #E2BE6D. Grayscale: #3F3F3F. Windows color (decimal): -14859886 or 9584925. OLE color: 9584925.
HSL color Cylindrical-coordinate representation of color #1D4192: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4192 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 65 | 146 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.43 |
| HSL | 221.54º | 0.67% | 0.34% | - |
| HSV(B) | 221.54º | 0.8% | 0.57% | - |
| XYZ | 7.59 | 6.12 | 27.98 | - |
| YUV | 63.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 146 | 0.80 | 0.55 | 0 | 0.43 | 221.54 | 0.67 | 0.34 |
| Hex | 1D | 41 | 92 | 50 | 37 | 0 | 2B | DE | 43 | 22 |
| Octal | 35 | 101 | 222 | 120 | 67 | 0 | 53 | 336 | 103 | 42 |
| Binary | 11101 | 1000001 | 10010010 | 1010000 | 110111 | 0 | 101011 | 11011110 | 1000011 | 100010 |
Color Harmonies of #1D4192
Complementary color
Monochromatic Colors of #1D4192
Black with #1D4192
Text Example
Text Example
White with #1D4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4192; }
p { color: rgb(29,65,146); }
H1.HeaderClassName
{
color: #1D4192;
}
.AnyTagClassName
{
color: #1D4192;
}
</style>
background-color css
<style>
a { background-color: #1D4192; }
a { background-color: rgb(29,65,146); }
div.DivClassName
{
background-color: #1D4192;
}
.BgClassName
{
background-color: #1D4192;
}
</style>
border-color css
<style>
span { border-color: #1D4192; }
span { border-color: rgb(29,65,146); }
td.TdClassName
{
border-color: #1D4192;
}
.TagClassName
{
border-color: #1D4192;
}
</style>