Shades of Egyptian Blue #1D4397
Tints of Egyptian Blue #1D4397
RGB
CMYK
RGB Variations
Color information
#1D4397 (or 0x1D4397) is known color: Egyptian Blue. HEX triplet: 1D, 43 and 97. RGB value is (29,67,151). Sum of RGB (Red+Green+Blue) = 29+67+151=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4397 is #E2BC68. Grayscale: #404040. Windows color (decimal): -14859369 or 9913117. OLE color: 9913117.
HSL color Cylindrical-coordinate representation of color #1D4397: hue angle of 221.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D4397 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 67 | 151 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.41 |
| HSL | 221.31º | 0.68% | 0.35% | - |
| HSV(B) | 221.31º | 0.81% | 0.59% | - |
| XYZ | 8.1 | 6.51 | 30.11 | - |
| YUV | 65.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 151 | 0.81 | 0.56 | 0 | 0.41 | 221.31 | 0.68 | 0.35 |
| Hex | 1D | 43 | 97 | 51 | 38 | 0 | 29 | DD | 44 | 23 |
| Octal | 35 | 103 | 227 | 121 | 70 | 0 | 51 | 335 | 104 | 43 |
| Binary | 11101 | 1000011 | 10010111 | 1010001 | 111000 | 0 | 101001 | 11011101 | 1000100 | 100011 |
Color Harmonies of #1D4397
Complementary color
Monochromatic Colors of #1D4397
Black with #1D4397
Text Example
Text Example
White with #1D4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4397; }
p { color: rgb(29,67,151); }
H1.HeaderClassName
{
color: #1D4397;
}
.AnyTagClassName
{
color: #1D4397;
}
</style>
background-color css
<style>
a { background-color: #1D4397; }
a { background-color: rgb(29,67,151); }
div.DivClassName
{
background-color: #1D4397;
}
.BgClassName
{
background-color: #1D4397;
}
</style>
border-color css
<style>
span { border-color: #1D4397; }
span { border-color: rgb(29,67,151); }
td.TdClassName
{
border-color: #1D4397;
}
.TagClassName
{
border-color: #1D4397;
}
</style>