Shades of Egyptian Blue #1D2BA3
Tints of Egyptian Blue #1D2BA3
RGB
CMYK
RGB Variations
Color information
#1D2BA3 (or 0x1D2BA3) is known color: Egyptian Blue. HEX triplet: 1D, 2B and A3. RGB value is (29,43,163). Sum of RGB (Red+Green+Blue) = 29+43+163=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 163 (64.06% from 255 or 69.36% from 235); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D2BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2BA3 is #E2D45C. Grayscale: #333333. Windows color (decimal): -14865501 or 10693405. OLE color: 10693405.
HSL color Cylindrical-coordinate representation of color #1D2BA3: hue angle of 233.73º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D2BA3 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 43 | 163 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.36 |
| HSL | 233.73º | 0.7% | 0.38% | - |
| HSV(B) | 233.73º | 0.82% | 0.64% | - |
| XYZ | 7.98 | 4.63 | 35.12 | - |
| YUV | 52.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 163 | 0.82 | 0.74 | 0 | 0.36 | 233.73 | 0.7 | 0.38 |
| Hex | 1D | 2B | A3 | 52 | 4A | 0 | 24 | EA | 46 | 26 |
| Octal | 35 | 53 | 243 | 122 | 112 | 0 | 44 | 352 | 106 | 46 |
| Binary | 11101 | 101011 | 10100011 | 1010010 | 1001010 | 0 | 100100 | 11101010 | 1000110 | 100110 |
Color Harmonies of #1D2BA3
Complementary color
Monochromatic Colors of #1D2BA3
Black with #1D2BA3
Text Example
Text Example
White with #1D2BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2BA3; }
p { color: rgb(29,43,163); }
H1.HeaderClassName
{
color: #1D2BA3;
}
.AnyTagClassName
{
color: #1D2BA3;
}
</style>
background-color css
<style>
a { background-color: #1D2BA3; }
a { background-color: rgb(29,43,163); }
div.DivClassName
{
background-color: #1D2BA3;
}
.BgClassName
{
background-color: #1D2BA3;
}
</style>
border-color css
<style>
span { border-color: #1D2BA3; }
span { border-color: rgb(29,43,163); }
td.TdClassName
{
border-color: #1D2BA3;
}
.TagClassName
{
border-color: #1D2BA3;
}
</style>