Shades of Egyptian Blue #1546AF
Tints of Egyptian Blue #1546AF
RGB
CMYK
RGB Variations
Color information
#1546AF (or 0x1546AF) is known color: Egyptian Blue. HEX triplet: 15, 46 and AF. RGB value is (21,70,175). Sum of RGB (Red+Green+Blue) = 21+70+175=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #1546AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1546AF is #EAB950. Grayscale: #424242. Windows color (decimal): -15382865 or 11486741. OLE color: 11486741.
HSL color Cylindrical-coordinate representation of color #1546AF: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1546AF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 70 | 175 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.31 |
| HSL | 220.91º | 0.79% | 0.38% | - |
| HSV(B) | 220.91º | 0.88% | 0.69% | - |
| XYZ | 10.24 | 7.63 | 41.49 | - |
| YUV | 67.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 175 | 0.88 | 0.60 | 0 | 0.31 | 220.91 | 0.79 | 0.38 |
| Hex | 15 | 46 | AF | 58 | 3C | 0 | 1F | DD | 4F | 26 |
| Octal | 25 | 106 | 257 | 130 | 74 | 0 | 37 | 335 | 117 | 46 |
| Binary | 10101 | 1000110 | 10101111 | 1011000 | 111100 | 0 | 11111 | 11011101 | 1001111 | 100110 |
Color Harmonies of #1546AF
Complementary color
Monochromatic Colors of #1546AF
Black with #1546AF
Text Example
Text Example
White with #1546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546AF; }
p { color: rgb(21,70,175); }
H1.HeaderClassName
{
color: #1546AF;
}
.AnyTagClassName
{
color: #1546AF;
}
</style>
background-color css
<style>
a { background-color: #1546AF; }
a { background-color: rgb(21,70,175); }
div.DivClassName
{
background-color: #1546AF;
}
.BgClassName
{
background-color: #1546AF;
}
</style>
border-color css
<style>
span { border-color: #1546AF; }
span { border-color: rgb(21,70,175); }
td.TdClassName
{
border-color: #1546AF;
}
.TagClassName
{
border-color: #1546AF;
}
</style>