Shades of Egyptian Blue #102CAD
Tints of Egyptian Blue #102CAD
RGB
CMYK
RGB Variations
Color information
#102CAD (or 0x102CAD) is known color: Egyptian Blue. HEX triplet: 10, 2C and AD. RGB value is (16,44,173). Sum of RGB (Red+Green+Blue) = 16+44+173=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #102CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CAD is #EFD352. Grayscale: #313131. Windows color (decimal): -15717203 or 11349008. OLE color: 11349008.
HSL color Cylindrical-coordinate representation of color #102CAD: hue angle of 229.3º 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 #102CAD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 44 | 173 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.32 |
| HSL | 229.3º | 0.83% | 0.37% | - |
| HSV(B) | 229.3º | 0.91% | 0.68% | - |
| XYZ | 8.66 | 4.93 | 40.03 | - |
| YUV | 50.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 173 | 0.91 | 0.75 | 0 | 0.32 | 229.3 | 0.83 | 0.37 |
| Hex | 10 | 2C | AD | 5B | 4B | 0 | 20 | E5 | 53 | 25 |
| Octal | 20 | 54 | 255 | 133 | 113 | 0 | 40 | 345 | 123 | 45 |
| Binary | 10000 | 101100 | 10101101 | 1011011 | 1001011 | 0 | 100000 | 11100101 | 1010011 | 100101 |
Color Harmonies of #102CAD
Complementary color
Monochromatic Colors of #102CAD
Black with #102CAD
Text Example
Text Example
White with #102CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CAD; }
p { color: rgb(16,44,173); }
H1.HeaderClassName
{
color: #102CAD;
}
.AnyTagClassName
{
color: #102CAD;
}
</style>
background-color css
<style>
a { background-color: #102CAD; }
a { background-color: rgb(16,44,173); }
div.DivClassName
{
background-color: #102CAD;
}
.BgClassName
{
background-color: #102CAD;
}
</style>
border-color css
<style>
span { border-color: #102CAD; }
span { border-color: rgb(16,44,173); }
td.TdClassName
{
border-color: #102CAD;
}
.TagClassName
{
border-color: #102CAD;
}
</style>