Shades of Egyptian Blue #182BA8
Tints of Egyptian Blue #182BA8
RGB
CMYK
RGB Variations
Color information
#182BA8 (or 0x182BA8) is known color: Egyptian Blue. HEX triplet: 18, 2B and A8. RGB value is (24,43,168). Sum of RGB (Red+Green+Blue) = 24+43+168=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #182BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA8 is #E7D457. Grayscale: #333333. Windows color (decimal): -15193176 or 11021080. OLE color: 11021080.
HSL color Cylindrical-coordinate representation of color #182BA8: hue angle of 232.08º 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 #182BA8 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 43 | 168 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.34 |
| HSL | 232.08º | 0.75% | 0.38% | - |
| HSV(B) | 232.08º | 0.86% | 0.66% | - |
| XYZ | 8.31 | 4.75 | 37.52 | - |
| YUV | 51.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 168 | 0.86 | 0.74 | 0 | 0.34 | 232.08 | 0.75 | 0.38 |
| Hex | 18 | 2B | A8 | 56 | 4A | 0 | 22 | E8 | 4B | 26 |
| Octal | 30 | 53 | 250 | 126 | 112 | 0 | 42 | 350 | 113 | 46 |
| Binary | 11000 | 101011 | 10101000 | 1010110 | 1001010 | 0 | 100010 | 11101000 | 1001011 | 100110 |
Color Harmonies of #182BA8
Complementary color
Monochromatic Colors of #182BA8
Black with #182BA8
Text Example
Text Example
White with #182BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BA8; }
p { color: rgb(24,43,168); }
H1.HeaderClassName
{
color: #182BA8;
}
.AnyTagClassName
{
color: #182BA8;
}
</style>
background-color css
<style>
a { background-color: #182BA8; }
a { background-color: rgb(24,43,168); }
div.DivClassName
{
background-color: #182BA8;
}
.BgClassName
{
background-color: #182BA8;
}
</style>
border-color css
<style>
span { border-color: #182BA8; }
span { border-color: rgb(24,43,168); }
td.TdClassName
{
border-color: #182BA8;
}
.TagClassName
{
border-color: #182BA8;
}
</style>