Shades of Egyptian Blue #1023AC
Tints of Egyptian Blue #1023AC
RGB
CMYK
RGB Variations
Color information
#1023AC (or 0x1023AC) is known color: Egyptian Blue. HEX triplet: 10, 23 and AC. RGB value is (16,35,172). Sum of RGB (Red+Green+Blue) = 16+35+172=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #1023AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1023AC is #EFDC53. Grayscale: #2C2C2C. Windows color (decimal): -15719508 or 11281168. OLE color: 11281168.
HSL color Cylindrical-coordinate representation of color #1023AC: hue angle of 232.69º 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 #1023AC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 35 | 172 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.33 |
| HSL | 232.69º | 0.83% | 0.37% | - |
| HSV(B) | 232.69º | 0.91% | 0.67% | - |
| XYZ | 8.26 | 4.29 | 39.42 | - |
| YUV | 44.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 172 | 0.91 | 0.80 | 0 | 0.33 | 232.69 | 0.83 | 0.37 |
| Hex | 10 | 23 | AC | 5B | 50 | 0 | 21 | E9 | 53 | 25 |
| Octal | 20 | 43 | 254 | 133 | 120 | 0 | 41 | 351 | 123 | 45 |
| Binary | 10000 | 100011 | 10101100 | 1011011 | 1010000 | 0 | 100001 | 11101001 | 1010011 | 100101 |
Color Harmonies of #1023AC
Complementary color
Monochromatic Colors of #1023AC
Black with #1023AC
Text Example
Text Example
White with #1023AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023AC; }
p { color: rgb(16,35,172); }
H1.HeaderClassName
{
color: #1023AC;
}
.AnyTagClassName
{
color: #1023AC;
}
</style>
background-color css
<style>
a { background-color: #1023AC; }
a { background-color: rgb(16,35,172); }
div.DivClassName
{
background-color: #1023AC;
}
.BgClassName
{
background-color: #1023AC;
}
</style>
border-color css
<style>
span { border-color: #1023AC; }
span { border-color: rgb(16,35,172); }
td.TdClassName
{
border-color: #1023AC;
}
.TagClassName
{
border-color: #1023AC;
}
</style>