Shades of Egyptian Blue #1546A8
Tints of Egyptian Blue #1546A8
RGB
CMYK
RGB Variations
Color information
#1546A8 (or 0x1546A8) is known color: Egyptian Blue. HEX triplet: 15, 46 and A8. RGB value is (21,70,168). Sum of RGB (Red+Green+Blue) = 21+70+168=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #1546A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1546A8 is #EAB957. Grayscale: #424242. Windows color (decimal): -15382872 or 11027989. OLE color: 11027989.
HSL color Cylindrical-coordinate representation of color #1546A8: hue angle of 220º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1546A8 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 70 | 168 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.34 |
| HSL | 220º | 0.78% | 0.37% | - |
| HSV(B) | 220º | 0.88% | 0.66% | - |
| XYZ | 9.57 | 7.37 | 37.96 | - |
| YUV | 66.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 168 | 0.88 | 0.58 | 0 | 0.34 | 220 | 0.78 | 0.37 |
| Hex | 15 | 46 | A8 | 58 | 3A | 0 | 22 | DC | 4E | 25 |
| Octal | 25 | 106 | 250 | 130 | 72 | 0 | 42 | 334 | 116 | 45 |
| Binary | 10101 | 1000110 | 10101000 | 1011000 | 111010 | 0 | 100010 | 11011100 | 1001110 | 100101 |
Color Harmonies of #1546A8
Complementary color
Monochromatic Colors of #1546A8
Black with #1546A8
Text Example
Text Example
White with #1546A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546A8; }
p { color: rgb(21,70,168); }
H1.HeaderClassName
{
color: #1546A8;
}
.AnyTagClassName
{
color: #1546A8;
}
</style>
background-color css
<style>
a { background-color: #1546A8; }
a { background-color: rgb(21,70,168); }
div.DivClassName
{
background-color: #1546A8;
}
.BgClassName
{
background-color: #1546A8;
}
</style>
border-color css
<style>
span { border-color: #1546A8; }
span { border-color: rgb(21,70,168); }
td.TdClassName
{
border-color: #1546A8;
}
.TagClassName
{
border-color: #1546A8;
}
</style>