Shades of Egyptian Blue #1023AB
Tints of Egyptian Blue #1023AB
RGB
CMYK
RGB Variations
Color information
#1023AB (or 0x1023AB) is known color: Egyptian Blue. HEX triplet: 10, 23 and AB. RGB value is (16,35,171). Sum of RGB (Red+Green+Blue) = 16+35+171=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #1023AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1023AB is #EFDC54. Grayscale: #2C2C2C. Windows color (decimal): -15719509 or 11215632. OLE color: 11215632.
HSL color Cylindrical-coordinate representation of color #1023AB: hue angle of 232.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1023AB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 35 | 171 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.33 |
| HSL | 232.65º | 0.83% | 0.37% | - |
| HSV(B) | 232.65º | 0.91% | 0.67% | - |
| XYZ | 8.17 | 4.25 | 38.92 | - |
| YUV | 44.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 171 | 0.91 | 0.80 | 0 | 0.33 | 232.65 | 0.83 | 0.37 |
| Hex | 10 | 23 | AB | 5B | 50 | 0 | 21 | E9 | 53 | 25 |
| Octal | 20 | 43 | 253 | 133 | 120 | 0 | 41 | 351 | 123 | 45 |
| Binary | 10000 | 100011 | 10101011 | 1011011 | 1010000 | 0 | 100001 | 11101001 | 1010011 | 100101 |
Color Harmonies of #1023AB
Complementary color
Monochromatic Colors of #1023AB
Black with #1023AB
Text Example
Text Example
White with #1023AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023AB; }
p { color: rgb(16,35,171); }
H1.HeaderClassName
{
color: #1023AB;
}
.AnyTagClassName
{
color: #1023AB;
}
</style>
background-color css
<style>
a { background-color: #1023AB; }
a { background-color: rgb(16,35,171); }
div.DivClassName
{
background-color: #1023AB;
}
.BgClassName
{
background-color: #1023AB;
}
</style>
border-color css
<style>
span { border-color: #1023AB; }
span { border-color: rgb(16,35,171); }
td.TdClassName
{
border-color: #1023AB;
}
.TagClassName
{
border-color: #1023AB;
}
</style>