Shades of Egyptian Blue #1845AC
Tints of Egyptian Blue #1845AC
RGB
CMYK
RGB Variations
Color information
#1845AC (or 0x1845AC) is known color: Egyptian Blue. HEX triplet: 18, 45 and AC. RGB value is (24,69,172). Sum of RGB (Red+Green+Blue) = 24+69+172=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1845AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1845AC is #E7BA53. Grayscale: #424242. Windows color (decimal): -15186516 or 11289880. OLE color: 11289880.
HSL color Cylindrical-coordinate representation of color #1845AC: hue angle of 221.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1845AC is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 69 | 172 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.33 |
| HSL | 221.76º | 0.76% | 0.38% | - |
| HSV(B) | 221.76º | 0.86% | 0.67% | - |
| XYZ | 9.95 | 7.43 | 39.94 | - |
| YUV | 67.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 172 | 0.86 | 0.60 | 0 | 0.33 | 221.76 | 0.76 | 0.38 |
| Hex | 18 | 45 | AC | 56 | 3C | 0 | 21 | DE | 4C | 26 |
| Octal | 30 | 105 | 254 | 126 | 74 | 0 | 41 | 336 | 114 | 46 |
| Binary | 11000 | 1000101 | 10101100 | 1010110 | 111100 | 0 | 100001 | 11011110 | 1001100 | 100110 |
Color Harmonies of #1845AC
Complementary color
Monochromatic Colors of #1845AC
Black with #1845AC
Text Example
Text Example
White with #1845AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1845AC; }
p { color: rgb(24,69,172); }
H1.HeaderClassName
{
color: #1845AC;
}
.AnyTagClassName
{
color: #1845AC;
}
</style>
background-color css
<style>
a { background-color: #1845AC; }
a { background-color: rgb(24,69,172); }
div.DivClassName
{
background-color: #1845AC;
}
.BgClassName
{
background-color: #1845AC;
}
</style>
border-color css
<style>
span { border-color: #1845AC; }
span { border-color: rgb(24,69,172); }
td.TdClassName
{
border-color: #1845AC;
}
.TagClassName
{
border-color: #1845AC;
}
</style>