Shades of Egyptian Blue #1B329B
Tints of Egyptian Blue #1B329B
RGB
CMYK
RGB Variations
Color information
#1B329B (or 0x1B329B) is known color: Egyptian Blue. HEX triplet: 1B, 32 and 9B. RGB value is (27,50,155). Sum of RGB (Red+Green+Blue) = 27+50+155=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B329B is #E4CD64. Grayscale: #363636. Windows color (decimal): -14994789 or 10170907. OLE color: 10170907.
HSL color Cylindrical-coordinate representation of color #1B329B: hue angle of 229.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B329B is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 50 | 155 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.39 |
| HSL | 229.22º | 0.7% | 0.36% | - |
| HSV(B) | 229.22º | 0.83% | 0.61% | - |
| XYZ | 7.51 | 4.88 | 31.56 | - |
| YUV | 55.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 155 | 0.83 | 0.68 | 0 | 0.39 | 229.22 | 0.7 | 0.36 |
| Hex | 1B | 32 | 9B | 53 | 44 | 0 | 27 | E5 | 46 | 24 |
| Octal | 33 | 62 | 233 | 123 | 104 | 0 | 47 | 345 | 106 | 44 |
| Binary | 11011 | 110010 | 10011011 | 1010011 | 1000100 | 0 | 100111 | 11100101 | 1000110 | 100100 |
Color Harmonies of #1B329B
Complementary color
Monochromatic Colors of #1B329B
Black with #1B329B
Text Example
Text Example
White with #1B329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B329B; }
p { color: rgb(27,50,155); }
H1.HeaderClassName
{
color: #1B329B;
}
.AnyTagClassName
{
color: #1B329B;
}
</style>
background-color css
<style>
a { background-color: #1B329B; }
a { background-color: rgb(27,50,155); }
div.DivClassName
{
background-color: #1B329B;
}
.BgClassName
{
background-color: #1B329B;
}
</style>
border-color css
<style>
span { border-color: #1B329B; }
span { border-color: rgb(27,50,155); }
td.TdClassName
{
border-color: #1B329B;
}
.TagClassName
{
border-color: #1B329B;
}
</style>