Shades of Egyptian Blue #1B29AD
Tints of Egyptian Blue #1B29AD
RGB
CMYK
RGB Variations
Color information
#1B29AD (or 0x1B29AD) is known color: Egyptian Blue. HEX triplet: 1B, 29 and AD. RGB value is (27,41,173). Sum of RGB (Red+Green+Blue) = 27+41+173=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B29AD is #E4D652. Grayscale: #333333. Windows color (decimal): -14997075 or 11348251. OLE color: 11348251.
HSL color Cylindrical-coordinate representation of color #1B29AD: hue angle of 234.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B29AD is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 41 | 173 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.32 |
| HSL | 234.25º | 0.73% | 0.39% | - |
| HSV(B) | 234.25º | 0.84% | 0.68% | - |
| XYZ | 8.79 | 4.84 | 40.01 | - |
| YUV | 51.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 173 | 0.84 | 0.76 | 0 | 0.32 | 234.25 | 0.73 | 0.39 |
| Hex | 1B | 29 | AD | 54 | 4C | 0 | 20 | EA | 49 | 27 |
| Octal | 33 | 51 | 255 | 124 | 114 | 0 | 40 | 352 | 111 | 47 |
| Binary | 11011 | 101001 | 10101101 | 1010100 | 1001100 | 0 | 100000 | 11101010 | 1001001 | 100111 |
Color Harmonies of #1B29AD
Complementary color
Monochromatic Colors of #1B29AD
Black with #1B29AD
Text Example
Text Example
White with #1B29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B29AD; }
p { color: rgb(27,41,173); }
H1.HeaderClassName
{
color: #1B29AD;
}
.AnyTagClassName
{
color: #1B29AD;
}
</style>
background-color css
<style>
a { background-color: #1B29AD; }
a { background-color: rgb(27,41,173); }
div.DivClassName
{
background-color: #1B29AD;
}
.BgClassName
{
background-color: #1B29AD;
}
</style>
border-color css
<style>
span { border-color: #1B29AD; }
span { border-color: rgb(27,41,173); }
td.TdClassName
{
border-color: #1B29AD;
}
.TagClassName
{
border-color: #1B29AD;
}
</style>