Shades of Egyptian Blue #1033AC
Tints of Egyptian Blue #1033AC
RGB
CMYK
RGB Variations
Color information
#1033AC (or 0x1033AC) is known color: Egyptian Blue. HEX triplet: 10, 33 and AC. RGB value is (16,51,172). Sum of RGB (Red+Green+Blue) = 16+51+172=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #1033AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1033AC is #EFCC53. Grayscale: #353535. Windows color (decimal): -15715412 or 11285264. OLE color: 11285264.
HSL color Cylindrical-coordinate representation of color #1033AC: hue angle of 226.54º 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 #1033AC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 51 | 172 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.33 |
| HSL | 226.54º | 0.83% | 0.37% | - |
| HSV(B) | 226.54º | 0.91% | 0.67% | - |
| XYZ | 8.84 | 5.46 | 39.62 | - |
| YUV | 54.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 172 | 0.91 | 0.70 | 0 | 0.33 | 226.54 | 0.83 | 0.37 |
| Hex | 10 | 33 | AC | 5B | 46 | 0 | 21 | E3 | 53 | 25 |
| Octal | 20 | 63 | 254 | 133 | 106 | 0 | 41 | 343 | 123 | 45 |
| Binary | 10000 | 110011 | 10101100 | 1011011 | 1000110 | 0 | 100001 | 11100011 | 1010011 | 100101 |
Color Harmonies of #1033AC
Complementary color
Monochromatic Colors of #1033AC
Black with #1033AC
Text Example
Text Example
White with #1033AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1033AC; }
p { color: rgb(16,51,172); }
H1.HeaderClassName
{
color: #1033AC;
}
.AnyTagClassName
{
color: #1033AC;
}
</style>
background-color css
<style>
a { background-color: #1033AC; }
a { background-color: rgb(16,51,172); }
div.DivClassName
{
background-color: #1033AC;
}
.BgClassName
{
background-color: #1033AC;
}
</style>
border-color css
<style>
span { border-color: #1033AC; }
span { border-color: rgb(16,51,172); }
td.TdClassName
{
border-color: #1033AC;
}
.TagClassName
{
border-color: #1033AC;
}
</style>