Shades of Egyptian Blue #102DAD
Tints of Egyptian Blue #102DAD
RGB
CMYK
RGB Variations
Color information
#102DAD (or 0x102DAD) is known color: Egyptian Blue. HEX triplet: 10, 2D and AD. RGB value is (16,45,173). Sum of RGB (Red+Green+Blue) = 16+45+173=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #102DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DAD is #EFD252. Grayscale: #323232. Windows color (decimal): -15716947 or 11349264. OLE color: 11349264.
HSL color Cylindrical-coordinate representation of color #102DAD: hue angle of 228.92º 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 #102DAD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 45 | 173 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.32 |
| HSL | 228.92º | 0.83% | 0.37% | - |
| HSV(B) | 228.92º | 0.91% | 0.68% | - |
| XYZ | 8.69 | 5 | 40.04 | - |
| YUV | 50.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 173 | 0.91 | 0.74 | 0 | 0.32 | 228.92 | 0.83 | 0.37 |
| Hex | 10 | 2D | AD | 5B | 4A | 0 | 20 | E5 | 53 | 25 |
| Octal | 20 | 55 | 255 | 133 | 112 | 0 | 40 | 345 | 123 | 45 |
| Binary | 10000 | 101101 | 10101101 | 1011011 | 1001010 | 0 | 100000 | 11100101 | 1010011 | 100101 |
Color Harmonies of #102DAD
Complementary color
Monochromatic Colors of #102DAD
Black with #102DAD
Text Example
Text Example
White with #102DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DAD; }
p { color: rgb(16,45,173); }
H1.HeaderClassName
{
color: #102DAD;
}
.AnyTagClassName
{
color: #102DAD;
}
</style>
background-color css
<style>
a { background-color: #102DAD; }
a { background-color: rgb(16,45,173); }
div.DivClassName
{
background-color: #102DAD;
}
.BgClassName
{
background-color: #102DAD;
}
</style>
border-color css
<style>
span { border-color: #102DAD; }
span { border-color: rgb(16,45,173); }
td.TdClassName
{
border-color: #102DAD;
}
.TagClassName
{
border-color: #102DAD;
}
</style>