Shades of Egyptian Blue #102D93
Tints of Egyptian Blue #102D93
RGB
CMYK
RGB Variations
Color information
#102D93 (or 0x102D93) is known color: Egyptian Blue. HEX triplet: 10, 2D and 93. RGB value is (16,45,147). Sum of RGB (Red+Green+Blue) = 16+45+147=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #102D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102D93 is #EFD26C. Grayscale: #2F2F2F. Windows color (decimal): -15716973 or 9645328. OLE color: 9645328.
HSL color Cylindrical-coordinate representation of color #102D93: hue angle of 226.72º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102D93 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 45 | 147 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.42 |
| HSL | 226.72º | 0.8% | 0.32% | - |
| HSV(B) | 226.72º | 0.89% | 0.58% | - |
| XYZ | 6.42 | 4.09 | 28.06 | - |
| YUV | 47.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 147 | 0.89 | 0.69 | 0 | 0.42 | 226.72 | 0.8 | 0.32 |
| Hex | 10 | 2D | 93 | 59 | 45 | 0 | 2A | E3 | 50 | 20 |
| Octal | 20 | 55 | 223 | 131 | 105 | 0 | 52 | 343 | 120 | 40 |
| Binary | 10000 | 101101 | 10010011 | 1011001 | 1000101 | 0 | 101010 | 11100011 | 1010000 | 100000 |
Color Harmonies of #102D93
Complementary color
Monochromatic Colors of #102D93
Black with #102D93
Text Example
Text Example
White with #102D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D93; }
p { color: rgb(16,45,147); }
H1.HeaderClassName
{
color: #102D93;
}
.AnyTagClassName
{
color: #102D93;
}
</style>
background-color css
<style>
a { background-color: #102D93; }
a { background-color: rgb(16,45,147); }
div.DivClassName
{
background-color: #102D93;
}
.BgClassName
{
background-color: #102D93;
}
</style>
border-color css
<style>
span { border-color: #102D93; }
span { border-color: rgb(16,45,147); }
td.TdClassName
{
border-color: #102D93;
}
.TagClassName
{
border-color: #102D93;
}
</style>