Shades of Egyptian Blue #1B2AA5
Tints of Egyptian Blue #1B2AA5
RGB
CMYK
RGB Variations
Color information
#1B2AA5 (or 0x1B2AA5) is known color: Egyptian Blue. HEX triplet: 1B, 2A and A5. RGB value is (27,42,165). Sum of RGB (Red+Green+Blue) = 27+42+165=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B2AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AA5 is #E4D55A. Grayscale: #333333. Windows color (decimal): -14996827 or 10824219. OLE color: 10824219.
HSL color Cylindrical-coordinate representation of color #1B2AA5: hue angle of 233.48º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2AA5 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 42 | 165 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.35 |
| HSL | 233.48º | 0.72% | 0.38% | - |
| HSV(B) | 233.48º | 0.84% | 0.65% | - |
| XYZ | 8.07 | 4.61 | 36.06 | - |
| YUV | 51.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 165 | 0.84 | 0.75 | 0 | 0.35 | 233.48 | 0.72 | 0.38 |
| Hex | 1B | 2A | A5 | 54 | 4B | 0 | 23 | E9 | 48 | 26 |
| Octal | 33 | 52 | 245 | 124 | 113 | 0 | 43 | 351 | 110 | 46 |
| Binary | 11011 | 101010 | 10100101 | 1010100 | 1001011 | 0 | 100011 | 11101001 | 1001000 | 100110 |
Color Harmonies of #1B2AA5
Complementary color
Monochromatic Colors of #1B2AA5
Black with #1B2AA5
Text Example
Text Example
White with #1B2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2AA5; }
p { color: rgb(27,42,165); }
H1.HeaderClassName
{
color: #1B2AA5;
}
.AnyTagClassName
{
color: #1B2AA5;
}
</style>
background-color css
<style>
a { background-color: #1B2AA5; }
a { background-color: rgb(27,42,165); }
div.DivClassName
{
background-color: #1B2AA5;
}
.BgClassName
{
background-color: #1B2AA5;
}
</style>
border-color css
<style>
span { border-color: #1B2AA5; }
span { border-color: rgb(27,42,165); }
td.TdClassName
{
border-color: #1B2AA5;
}
.TagClassName
{
border-color: #1B2AA5;
}
</style>