Shades of Egyptian Blue #182DA8
Tints of Egyptian Blue #182DA8
RGB
CMYK
RGB Variations
Color information
#182DA8 (or 0x182DA8) is known color: Egyptian Blue. HEX triplet: 18, 2D and A8. RGB value is (24,45,168). Sum of RGB (Red+Green+Blue) = 24+45+168=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 168 (66.02% from 255 or 70.89% from 237); Max value from RGB is 168 - color contains mainly: blue. Hex color #182DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DA8 is #E7D257. Grayscale: #343434. Windows color (decimal): -15192664 or 11021592. OLE color: 11021592.
HSL color Cylindrical-coordinate representation of color #182DA8: hue angle of 231.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182DA8 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 45 | 168 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.34 |
| HSL | 231.25º | 0.75% | 0.38% | - |
| HSV(B) | 231.25º | 0.86% | 0.66% | - |
| XYZ | 8.38 | 4.9 | 37.55 | - |
| YUV | 52.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 168 | 0.86 | 0.73 | 0 | 0.34 | 231.25 | 0.75 | 0.38 |
| Hex | 18 | 2D | A8 | 56 | 49 | 0 | 22 | E7 | 4B | 26 |
| Octal | 30 | 55 | 250 | 126 | 111 | 0 | 42 | 347 | 113 | 46 |
| Binary | 11000 | 101101 | 10101000 | 1010110 | 1001001 | 0 | 100010 | 11100111 | 1001011 | 100110 |
Color Harmonies of #182DA8
Complementary color
Monochromatic Colors of #182DA8
Black with #182DA8
Text Example
Text Example
White with #182DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DA8; }
p { color: rgb(24,45,168); }
H1.HeaderClassName
{
color: #182DA8;
}
.AnyTagClassName
{
color: #182DA8;
}
</style>
background-color css
<style>
a { background-color: #182DA8; }
a { background-color: rgb(24,45,168); }
div.DivClassName
{
background-color: #182DA8;
}
.BgClassName
{
background-color: #182DA8;
}
</style>
border-color css
<style>
span { border-color: #182DA8; }
span { border-color: rgb(24,45,168); }
td.TdClassName
{
border-color: #182DA8;
}
.TagClassName
{
border-color: #182DA8;
}
</style>