Shades of Egyptian Blue #183AA2
Tints of Egyptian Blue #183AA2
RGB
CMYK
RGB Variations
Color information
#183AA2 (or 0x183AA2) is known color: Egyptian Blue. HEX triplet: 18, 3A and A2. RGB value is (24,58,162). Sum of RGB (Red+Green+Blue) = 24+58+162=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #183AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AA2 is #E7C55D. Grayscale: #3B3B3B. Windows color (decimal): -15189342 or 10631704. OLE color: 10631704.
HSL color Cylindrical-coordinate representation of color #183AA2: hue angle of 225.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183AA2 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 58 | 162 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.36 |
| HSL | 225.22º | 0.74% | 0.36% | - |
| HSV(B) | 225.22º | 0.85% | 0.64% | - |
| XYZ | 8.41 | 5.83 | 34.86 | - |
| YUV | 59.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 162 | 0.85 | 0.64 | 0 | 0.36 | 225.22 | 0.74 | 0.36 |
| Hex | 18 | 3A | A2 | 55 | 40 | 0 | 24 | E1 | 4A | 24 |
| Octal | 30 | 72 | 242 | 125 | 100 | 0 | 44 | 341 | 112 | 44 |
| Binary | 11000 | 111010 | 10100010 | 1010101 | 1000000 | 0 | 100100 | 11100001 | 1001010 | 100100 |
Color Harmonies of #183AA2
Complementary color
Monochromatic Colors of #183AA2
Black with #183AA2
Text Example
Text Example
White with #183AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AA2; }
p { color: rgb(24,58,162); }
H1.HeaderClassName
{
color: #183AA2;
}
.AnyTagClassName
{
color: #183AA2;
}
</style>
background-color css
<style>
a { background-color: #183AA2; }
a { background-color: rgb(24,58,162); }
div.DivClassName
{
background-color: #183AA2;
}
.BgClassName
{
background-color: #183AA2;
}
</style>
border-color css
<style>
span { border-color: #183AA2; }
span { border-color: rgb(24,58,162); }
td.TdClassName
{
border-color: #183AA2;
}
.TagClassName
{
border-color: #183AA2;
}
</style>