Shades of Egyptian Blue #1B48A5
Tints of Egyptian Blue #1B48A5
RGB
CMYK
RGB Variations
Color information
#1B48A5 (or 0x1B48A5) is known color: Egyptian Blue. HEX triplet: 1B, 48 and A5. RGB value is (27,72,165). Sum of RGB (Red+Green+Blue) = 27+72+165=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B48A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B48A5 is #E4B75A. Grayscale: #444444. Windows color (decimal): -14989147 or 10831899. OLE color: 10831899.
HSL color Cylindrical-coordinate representation of color #1B48A5: hue angle of 220.43º 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 #1B48A5 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 72 | 165 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.35 |
| HSL | 220.43º | 0.72% | 0.38% | - |
| HSV(B) | 220.43º | 0.84% | 0.65% | - |
| XYZ | 9.56 | 7.58 | 36.56 | - |
| YUV | 69.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 165 | 0.84 | 0.56 | 0 | 0.35 | 220.43 | 0.72 | 0.38 |
| Hex | 1B | 48 | A5 | 54 | 38 | 0 | 23 | DC | 48 | 26 |
| Octal | 33 | 110 | 245 | 124 | 70 | 0 | 43 | 334 | 110 | 46 |
| Binary | 11011 | 1001000 | 10100101 | 1010100 | 111000 | 0 | 100011 | 11011100 | 1001000 | 100110 |
Color Harmonies of #1B48A5
Complementary color
Monochromatic Colors of #1B48A5
Black with #1B48A5
Text Example
Text Example
White with #1B48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B48A5; }
p { color: rgb(27,72,165); }
H1.HeaderClassName
{
color: #1B48A5;
}
.AnyTagClassName
{
color: #1B48A5;
}
</style>
background-color css
<style>
a { background-color: #1B48A5; }
a { background-color: rgb(27,72,165); }
div.DivClassName
{
background-color: #1B48A5;
}
.BgClassName
{
background-color: #1B48A5;
}
</style>
border-color css
<style>
span { border-color: #1B48A5; }
span { border-color: rgb(27,72,165); }
td.TdClassName
{
border-color: #1B48A5;
}
.TagClassName
{
border-color: #1B48A5;
}
</style>