Shades of Egyptian Blue #183AA8
Tints of Egyptian Blue #183AA8
RGB
CMYK
RGB Variations
Color information
#183AA8 (or 0x183AA8) is known color: Egyptian Blue. HEX triplet: 18, 3A and A8. RGB value is (24,58,168). Sum of RGB (Red+Green+Blue) = 24+58+168=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 168 (66.02% from 255 or 67.2% from 250); Max value from RGB is 168 - color contains mainly: blue. Hex color #183AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AA8 is #E7C557. Grayscale: #3B3B3B. Windows color (decimal): -15189336 or 11024920. OLE color: 11024920.
HSL color Cylindrical-coordinate representation of color #183AA8: hue angle of 225.83º 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 #183AA8 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 58 | 168 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.34 |
| HSL | 225.83º | 0.75% | 0.38% | - |
| HSV(B) | 225.83º | 0.86% | 0.66% | - |
| XYZ | 8.96 | 6.05 | 37.74 | - |
| YUV | 60.37 | 188.74 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 168 | 0.86 | 0.65 | 0 | 0.34 | 225.83 | 0.75 | 0.38 |
| Hex | 18 | 3A | A8 | 56 | 41 | 0 | 22 | E2 | 4B | 26 |
| Octal | 30 | 72 | 250 | 126 | 101 | 0 | 42 | 342 | 113 | 46 |
| Binary | 11000 | 111010 | 10101000 | 1010110 | 1000001 | 0 | 100010 | 11100010 | 1001011 | 100110 |
Color Harmonies of #183AA8
Complementary color
Monochromatic Colors of #183AA8
Black with #183AA8
Text Example
Text Example
White with #183AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AA8; }
p { color: rgb(24,58,168); }
H1.HeaderClassName
{
color: #183AA8;
}
.AnyTagClassName
{
color: #183AA8;
}
</style>
background-color css
<style>
a { background-color: #183AA8; }
a { background-color: rgb(24,58,168); }
div.DivClassName
{
background-color: #183AA8;
}
.BgClassName
{
background-color: #183AA8;
}
</style>
border-color css
<style>
span { border-color: #183AA8; }
span { border-color: rgb(24,58,168); }
td.TdClassName
{
border-color: #183AA8;
}
.TagClassName
{
border-color: #183AA8;
}
</style>