Shades of Egyptian Blue #1838AB
Tints of Egyptian Blue #1838AB
RGB
CMYK
RGB Variations
Color information
#1838AB (or 0x1838AB) is known color: Egyptian Blue. HEX triplet: 18, 38 and AB. RGB value is (24,56,171). Sum of RGB (Red+Green+Blue) = 24+56+171=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #1838AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1838AB is #E7C754. Grayscale: #3B3B3B. Windows color (decimal): -15189845 or 11221016. OLE color: 11221016.
HSL color Cylindrical-coordinate representation of color #1838AB: hue angle of 226.94º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1838AB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 56 | 171 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.33 |
| HSL | 226.94º | 0.75% | 0.38% | - |
| HSV(B) | 226.94º | 0.86% | 0.67% | - |
| XYZ | 9.14 | 5.96 | 39.2 | - |
| YUV | 59.54 | 190.9 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 171 | 0.86 | 0.67 | 0 | 0.33 | 226.94 | 0.75 | 0.38 |
| Hex | 18 | 38 | AB | 56 | 43 | 0 | 21 | E3 | 4B | 26 |
| Octal | 30 | 70 | 253 | 126 | 103 | 0 | 41 | 343 | 113 | 46 |
| Binary | 11000 | 111000 | 10101011 | 1010110 | 1000011 | 0 | 100001 | 11100011 | 1001011 | 100110 |
Color Harmonies of #1838AB
Complementary color
Monochromatic Colors of #1838AB
Black with #1838AB
Text Example
Text Example
White with #1838AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1838AB; }
p { color: rgb(24,56,171); }
H1.HeaderClassName
{
color: #1838AB;
}
.AnyTagClassName
{
color: #1838AB;
}
</style>
background-color css
<style>
a { background-color: #1838AB; }
a { background-color: rgb(24,56,171); }
div.DivClassName
{
background-color: #1838AB;
}
.BgClassName
{
background-color: #1838AB;
}
</style>
border-color css
<style>
span { border-color: #1838AB; }
span { border-color: rgb(24,56,171); }
td.TdClassName
{
border-color: #1838AB;
}
.TagClassName
{
border-color: #1838AB;
}
</style>