Shades of Egyptian Blue #18258F
Tints of Egyptian Blue #18258F
RGB
CMYK
RGB Variations
Color information
#18258F (or 0x18258F) is known color: Egyptian Blue. HEX triplet: 18, 25 and 8F. RGB value is (24,37,143). Sum of RGB (Red+Green+Blue) = 24+37+143=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #18258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258F is #E7DA70. Grayscale: #2C2C2C. Windows color (decimal): -15194737 or 9381144. OLE color: 9381144.
HSL color Cylindrical-coordinate representation of color #18258F: hue angle of 233.45º 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 #18258F is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 37 | 143 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.44 |
| HSL | 233.45º | 0.71% | 0.33% | - |
| HSV(B) | 233.45º | 0.83% | 0.56% | - |
| XYZ | 6 | 3.5 | 26.35 | - |
| YUV | 45.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 143 | 0.83 | 0.74 | 0 | 0.44 | 233.45 | 0.71 | 0.33 |
| Hex | 18 | 25 | 8F | 53 | 4A | 0 | 2C | E9 | 47 | 21 |
| Octal | 30 | 45 | 217 | 123 | 112 | 0 | 54 | 351 | 107 | 41 |
| Binary | 11000 | 100101 | 10001111 | 1010011 | 1001010 | 0 | 101100 | 11101001 | 1000111 | 100001 |
Color Harmonies of #18258F
Complementary color
Monochromatic Colors of #18258F
Black with #18258F
Text Example
Text Example
White with #18258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18258F; }
p { color: rgb(24,37,143); }
H1.HeaderClassName
{
color: #18258F;
}
.AnyTagClassName
{
color: #18258F;
}
</style>
background-color css
<style>
a { background-color: #18258F; }
a { background-color: rgb(24,37,143); }
div.DivClassName
{
background-color: #18258F;
}
.BgClassName
{
background-color: #18258F;
}
</style>
border-color css
<style>
span { border-color: #18258F; }
span { border-color: rgb(24,37,143); }
td.TdClassName
{
border-color: #18258F;
}
.TagClassName
{
border-color: #18258F;
}
</style>