Shades of Egyptian Blue #1B20A5
Tints of Egyptian Blue #1B20A5
RGB
CMYK
RGB Variations
Color information
#1B20A5 (or 0x1B20A5) is known color: Egyptian Blue. HEX triplet: 1B, 20 and A5. RGB value is (27,32,165). Sum of RGB (Red+Green+Blue) = 27+32+165=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B20A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B20A5 is #E4DF5A. Grayscale: #2D2D2D. Windows color (decimal): -14999387 or 10821659. OLE color: 10821659.
HSL color Cylindrical-coordinate representation of color #1B20A5: hue angle of 237.83º 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 #1B20A5 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 32 | 165 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.35 |
| HSL | 237.83º | 0.72% | 0.38% | - |
| HSV(B) | 237.83º | 0.84% | 0.65% | - |
| XYZ | 7.76 | 3.98 | 35.96 | - |
| YUV | 45.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 165 | 0.84 | 0.81 | 0 | 0.35 | 237.83 | 0.72 | 0.38 |
| Hex | 1B | 20 | A5 | 54 | 51 | 0 | 23 | EE | 48 | 26 |
| Octal | 33 | 40 | 245 | 124 | 121 | 0 | 43 | 356 | 110 | 46 |
| Binary | 11011 | 100000 | 10100101 | 1010100 | 1010001 | 0 | 100011 | 11101110 | 1001000 | 100110 |
Color Harmonies of #1B20A5
Complementary color
Monochromatic Colors of #1B20A5
Black with #1B20A5
Text Example
Text Example
White with #1B20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B20A5; }
p { color: rgb(27,32,165); }
H1.HeaderClassName
{
color: #1B20A5;
}
.AnyTagClassName
{
color: #1B20A5;
}
</style>
background-color css
<style>
a { background-color: #1B20A5; }
a { background-color: rgb(27,32,165); }
div.DivClassName
{
background-color: #1B20A5;
}
.BgClassName
{
background-color: #1B20A5;
}
</style>
border-color css
<style>
span { border-color: #1B20A5; }
span { border-color: rgb(27,32,165); }
td.TdClassName
{
border-color: #1B20A5;
}
.TagClassName
{
border-color: #1B20A5;
}
</style>