Shades of Egyptian Blue #1D2B9A
Tints of Egyptian Blue #1D2B9A
RGB
CMYK
RGB Variations
Color information
#1D2B9A (or 0x1D2B9A) is known color: Egyptian Blue. HEX triplet: 1D, 2B and 9A. RGB value is (29,43,154). Sum of RGB (Red+Green+Blue) = 29+43+154=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D2B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2B9A is #E2D465. Grayscale: #333333. Windows color (decimal): -14865510 or 10103581. OLE color: 10103581.
HSL color Cylindrical-coordinate representation of color #1D2B9A: hue angle of 233.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2B9A is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 43 | 154 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.40 |
| HSL | 233.28º | 0.68% | 0.36% | - |
| HSV(B) | 233.28º | 0.81% | 0.6% | - |
| XYZ | 7.2 | 4.32 | 31.03 | - |
| YUV | 51.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 154 | 0.81 | 0.72 | 0 | 0.40 | 233.28 | 0.68 | 0.36 |
| Hex | 1D | 2B | 9A | 51 | 48 | 0 | 28 | E9 | 44 | 24 |
| Octal | 35 | 53 | 232 | 121 | 110 | 0 | 50 | 351 | 104 | 44 |
| Binary | 11101 | 101011 | 10011010 | 1010001 | 1001000 | 0 | 101000 | 11101001 | 1000100 | 100100 |
Color Harmonies of #1D2B9A
Complementary color
Monochromatic Colors of #1D2B9A
Black with #1D2B9A
Text Example
Text Example
White with #1D2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2B9A; }
p { color: rgb(29,43,154); }
H1.HeaderClassName
{
color: #1D2B9A;
}
.AnyTagClassName
{
color: #1D2B9A;
}
</style>
background-color css
<style>
a { background-color: #1D2B9A; }
a { background-color: rgb(29,43,154); }
div.DivClassName
{
background-color: #1D2B9A;
}
.BgClassName
{
background-color: #1D2B9A;
}
</style>
border-color css
<style>
span { border-color: #1D2B9A; }
span { border-color: rgb(29,43,154); }
td.TdClassName
{
border-color: #1D2B9A;
}
.TagClassName
{
border-color: #1D2B9A;
}
</style>