Shades of Egyptian Blue #1B32AD
Tints of Egyptian Blue #1B32AD
RGB
CMYK
RGB Variations
Color information
#1B32AD (or 0x1B32AD) is known color: Egyptian Blue. HEX triplet: 1B, 32 and AD. RGB value is (27,50,173). Sum of RGB (Red+Green+Blue) = 27+50+173=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B32AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B32AD is #E4CD52. Grayscale: #383838. Windows color (decimal): -14994771 or 11350555. OLE color: 11350555.
HSL color Cylindrical-coordinate representation of color #1B32AD: hue angle of 230.55º 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 #1B32AD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 50 | 173 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.32 |
| HSL | 230.55º | 0.73% | 0.39% | - |
| HSV(B) | 230.55º | 0.84% | 0.68% | - |
| XYZ | 9.14 | 5.53 | 40.12 | - |
| YUV | 57.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 173 | 0.84 | 0.71 | 0 | 0.32 | 230.55 | 0.73 | 0.39 |
| Hex | 1B | 32 | AD | 54 | 47 | 0 | 20 | E7 | 49 | 27 |
| Octal | 33 | 62 | 255 | 124 | 107 | 0 | 40 | 347 | 111 | 47 |
| Binary | 11011 | 110010 | 10101101 | 1010100 | 1000111 | 0 | 100000 | 11100111 | 1001001 | 100111 |
Color Harmonies of #1B32AD
Complementary color
Monochromatic Colors of #1B32AD
Black with #1B32AD
Text Example
Text Example
White with #1B32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B32AD; }
p { color: rgb(27,50,173); }
H1.HeaderClassName
{
color: #1B32AD;
}
.AnyTagClassName
{
color: #1B32AD;
}
</style>
background-color css
<style>
a { background-color: #1B32AD; }
a { background-color: rgb(27,50,173); }
div.DivClassName
{
background-color: #1B32AD;
}
.BgClassName
{
background-color: #1B32AD;
}
</style>
border-color css
<style>
span { border-color: #1B32AD; }
span { border-color: rgb(27,50,173); }
td.TdClassName
{
border-color: #1B32AD;
}
.TagClassName
{
border-color: #1B32AD;
}
</style>