Shades of Egyptian Blue #183E8E
Tints of Egyptian Blue #183E8E
RGB
CMYK
RGB Variations
Color information
#183E8E (or 0x183E8E) is known color: Egyptian Blue. HEX triplet: 18, 3E and 8E. RGB value is (24,62,142). Sum of RGB (Red+Green+Blue) = 24+62+142=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #183E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183E8E is #E7C171. Grayscale: #3B3B3B. Windows color (decimal): -15188338 or 9322008. OLE color: 9322008.
HSL color Cylindrical-coordinate representation of color #183E8E: hue angle of 220.68º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183E8E is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 62 | 142 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.44 |
| HSL | 220.68º | 0.71% | 0.33% | - |
| HSV(B) | 220.68º | 0.83% | 0.56% | - |
| XYZ | 6.98 | 5.59 | 26.3 | - |
| YUV | 59.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 142 | 0.83 | 0.56 | 0 | 0.44 | 220.68 | 0.71 | 0.33 |
| Hex | 18 | 3E | 8E | 53 | 38 | 0 | 2C | DD | 47 | 21 |
| Octal | 30 | 76 | 216 | 123 | 70 | 0 | 54 | 335 | 107 | 41 |
| Binary | 11000 | 111110 | 10001110 | 1010011 | 111000 | 0 | 101100 | 11011101 | 1000111 | 100001 |
Color Harmonies of #183E8E
Complementary color
Monochromatic Colors of #183E8E
Black with #183E8E
Text Example
Text Example
White with #183E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E8E; }
p { color: rgb(24,62,142); }
H1.HeaderClassName
{
color: #183E8E;
}
.AnyTagClassName
{
color: #183E8E;
}
</style>
background-color css
<style>
a { background-color: #183E8E; }
a { background-color: rgb(24,62,142); }
div.DivClassName
{
background-color: #183E8E;
}
.BgClassName
{
background-color: #183E8E;
}
</style>
border-color css
<style>
span { border-color: #183E8E; }
span { border-color: rgb(24,62,142); }
td.TdClassName
{
border-color: #183E8E;
}
.TagClassName
{
border-color: #183E8E;
}
</style>