Shades of Egyptian Blue #183AA0
Tints of Egyptian Blue #183AA0
RGB
CMYK
RGB Variations
Color information
#183AA0 (or 0x183AA0) is known color: Egyptian Blue. HEX triplet: 18, 3A and A0. RGB value is (24,58,160). Sum of RGB (Red+Green+Blue) = 24+58+160=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #183AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AA0 is #E7C55F. Grayscale: #3B3B3B. Windows color (decimal): -15189344 or 10500632. OLE color: 10500632.
HSL color Cylindrical-coordinate representation of color #183AA0: hue angle of 225º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183AA0 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 58 | 160 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.37 |
| HSL | 225º | 0.74% | 0.36% | - |
| HSV(B) | 225º | 0.85% | 0.63% | - |
| XYZ | 8.23 | 5.76 | 33.94 | - |
| YUV | 59.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 160 | 0.85 | 0.64 | 0 | 0.37 | 225 | 0.74 | 0.36 |
| Hex | 18 | 3A | A0 | 55 | 40 | 0 | 25 | E1 | 4A | 24 |
| Octal | 30 | 72 | 240 | 125 | 100 | 0 | 45 | 341 | 112 | 44 |
| Binary | 11000 | 111010 | 10100000 | 1010101 | 1000000 | 0 | 100101 | 11100001 | 1001010 | 100100 |
Color Harmonies of #183AA0
Complementary color
Monochromatic Colors of #183AA0
Black with #183AA0
Text Example
Text Example
White with #183AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AA0; }
p { color: rgb(24,58,160); }
H1.HeaderClassName
{
color: #183AA0;
}
.AnyTagClassName
{
color: #183AA0;
}
</style>
background-color css
<style>
a { background-color: #183AA0; }
a { background-color: rgb(24,58,160); }
div.DivClassName
{
background-color: #183AA0;
}
.BgClassName
{
background-color: #183AA0;
}
</style>
border-color css
<style>
span { border-color: #183AA0; }
span { border-color: rgb(24,58,160); }
td.TdClassName
{
border-color: #183AA0;
}
.TagClassName
{
border-color: #183AA0;
}
</style>