Shades of Egyptian Blue #1024AD
Tints of Egyptian Blue #1024AD
RGB
CMYK
RGB Variations
Color information
#1024AD (or 0x1024AD) is known color: Egyptian Blue. HEX triplet: 10, 24 and AD. RGB value is (16,36,173). Sum of RGB (Red+Green+Blue) = 16+36+173=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #1024AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1024AD is #EFDB52. Grayscale: #2D2D2D. Windows color (decimal): -15719251 or 11346960. OLE color: 11346960.
HSL color Cylindrical-coordinate representation of color #1024AD: hue angle of 232.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1024AD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 36 | 173 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.32 |
| HSL | 232.36º | 0.83% | 0.37% | - |
| HSV(B) | 232.36º | 0.91% | 0.68% | - |
| XYZ | 8.39 | 4.39 | 39.94 | - |
| YUV | 45.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 173 | 0.91 | 0.79 | 0 | 0.32 | 232.36 | 0.83 | 0.37 |
| Hex | 10 | 24 | AD | 5B | 4F | 0 | 20 | E8 | 53 | 25 |
| Octal | 20 | 44 | 255 | 133 | 117 | 0 | 40 | 350 | 123 | 45 |
| Binary | 10000 | 100100 | 10101101 | 1011011 | 1001111 | 0 | 100000 | 11101000 | 1010011 | 100101 |
Color Harmonies of #1024AD
Complementary color
Monochromatic Colors of #1024AD
Black with #1024AD
Text Example
Text Example
White with #1024AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024AD; }
p { color: rgb(16,36,173); }
H1.HeaderClassName
{
color: #1024AD;
}
.AnyTagClassName
{
color: #1024AD;
}
</style>
background-color css
<style>
a { background-color: #1024AD; }
a { background-color: rgb(16,36,173); }
div.DivClassName
{
background-color: #1024AD;
}
.BgClassName
{
background-color: #1024AD;
}
</style>
border-color css
<style>
span { border-color: #1024AD; }
span { border-color: rgb(16,36,173); }
td.TdClassName
{
border-color: #1024AD;
}
.TagClassName
{
border-color: #1024AD;
}
</style>