Shades of Egyptian Blue #1D3F94
Tints of Egyptian Blue #1D3F94
RGB
CMYK
RGB Variations
Color information
#1D3F94 (or 0x1D3F94) is known color: Egyptian Blue. HEX triplet: 1D, 3F and 94. RGB value is (29,63,148). Sum of RGB (Red+Green+Blue) = 29+63+148=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D3F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3F94 is #E2C06B. Grayscale: #3E3E3E. Windows color (decimal): -14860396 or 9715485. OLE color: 9715485.
HSL color Cylindrical-coordinate representation of color #1D3F94: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D3F94 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 63 | 148 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.42 |
| HSL | 222.86º | 0.67% | 0.35% | - |
| HSV(B) | 222.86º | 0.8% | 0.58% | - |
| XYZ | 7.63 | 5.95 | 28.76 | - |
| YUV | 62.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 148 | 0.80 | 0.57 | 0 | 0.42 | 222.86 | 0.67 | 0.35 |
| Hex | 1D | 3F | 94 | 50 | 39 | 0 | 2A | DF | 43 | 23 |
| Octal | 35 | 77 | 224 | 120 | 71 | 0 | 52 | 337 | 103 | 43 |
| Binary | 11101 | 111111 | 10010100 | 1010000 | 111001 | 0 | 101010 | 11011111 | 1000011 | 100011 |
Color Harmonies of #1D3F94
Complementary color
Monochromatic Colors of #1D3F94
Black with #1D3F94
Text Example
Text Example
White with #1D3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F94; }
p { color: rgb(29,63,148); }
H1.HeaderClassName
{
color: #1D3F94;
}
.AnyTagClassName
{
color: #1D3F94;
}
</style>
background-color css
<style>
a { background-color: #1D3F94; }
a { background-color: rgb(29,63,148); }
div.DivClassName
{
background-color: #1D3F94;
}
.BgClassName
{
background-color: #1D3F94;
}
</style>
border-color css
<style>
span { border-color: #1D3F94; }
span { border-color: rgb(29,63,148); }
td.TdClassName
{
border-color: #1D3F94;
}
.TagClassName
{
border-color: #1D3F94;
}
</style>