Shades of Egyptian Blue #102CAC
Tints of Egyptian Blue #102CAC
RGB
CMYK
RGB Variations
Color information
#102CAC (or 0x102CAC) is known color: Egyptian Blue. HEX triplet: 10, 2C and AC. RGB value is (16,44,172). Sum of RGB (Red+Green+Blue) = 16+44+172=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #102CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CAC is #EFD353. Grayscale: #313131. Windows color (decimal): -15717204 or 11283472. OLE color: 11283472.
HSL color Cylindrical-coordinate representation of color #102CAC: hue angle of 229.23º 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 #102CAC is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 44 | 172 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.33 |
| HSL | 229.23º | 0.83% | 0.37% | - |
| HSV(B) | 229.23º | 0.91% | 0.67% | - |
| XYZ | 8.56 | 4.89 | 39.52 | - |
| YUV | 50.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 172 | 0.91 | 0.74 | 0 | 0.33 | 229.23 | 0.83 | 0.37 |
| Hex | 10 | 2C | AC | 5B | 4A | 0 | 21 | E5 | 53 | 25 |
| Octal | 20 | 54 | 254 | 133 | 112 | 0 | 41 | 345 | 123 | 45 |
| Binary | 10000 | 101100 | 10101100 | 1011011 | 1001010 | 0 | 100001 | 11100101 | 1010011 | 100101 |
Color Harmonies of #102CAC
Complementary color
Monochromatic Colors of #102CAC
Black with #102CAC
Text Example
Text Example
White with #102CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CAC; }
p { color: rgb(16,44,172); }
H1.HeaderClassName
{
color: #102CAC;
}
.AnyTagClassName
{
color: #102CAC;
}
</style>
background-color css
<style>
a { background-color: #102CAC; }
a { background-color: rgb(16,44,172); }
div.DivClassName
{
background-color: #102CAC;
}
.BgClassName
{
background-color: #102CAC;
}
</style>
border-color css
<style>
span { border-color: #102CAC; }
span { border-color: rgb(16,44,172); }
td.TdClassName
{
border-color: #102CAC;
}
.TagClassName
{
border-color: #102CAC;
}
</style>