Shades of Egyptian Blue #102A95
Tints of Egyptian Blue #102A95
RGB
CMYK
RGB Variations
Color information
#102A95 (or 0x102A95) is known color: Egyptian Blue. HEX triplet: 10, 2A and 95. RGB value is (16,42,149). Sum of RGB (Red+Green+Blue) = 16+42+149=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #102A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A95 is #EFD56A. Grayscale: #2D2D2D. Windows color (decimal): -15717739 or 9775632. OLE color: 9775632.
HSL color Cylindrical-coordinate representation of color #102A95: hue angle of 228.27º degrees, saturation: 0.81, 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 #102A95 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 42 | 149 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.42 |
| HSL | 228.27º | 0.81% | 0.32% | - |
| HSV(B) | 228.27º | 0.89% | 0.58% | - |
| XYZ | 6.47 | 3.94 | 28.85 | - |
| YUV | 46.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 149 | 0.89 | 0.72 | 0 | 0.42 | 228.27 | 0.81 | 0.32 |
| Hex | 10 | 2A | 95 | 59 | 48 | 0 | 2A | E4 | 51 | 20 |
| Octal | 20 | 52 | 225 | 131 | 110 | 0 | 52 | 344 | 121 | 40 |
| Binary | 10000 | 101010 | 10010101 | 1011001 | 1001000 | 0 | 101010 | 11100100 | 1010001 | 100000 |
Color Harmonies of #102A95
Complementary color
Monochromatic Colors of #102A95
Black with #102A95
Text Example
Text Example
White with #102A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A95; }
p { color: rgb(16,42,149); }
H1.HeaderClassName
{
color: #102A95;
}
.AnyTagClassName
{
color: #102A95;
}
</style>
background-color css
<style>
a { background-color: #102A95; }
a { background-color: rgb(16,42,149); }
div.DivClassName
{
background-color: #102A95;
}
.BgClassName
{
background-color: #102A95;
}
</style>
border-color css
<style>
span { border-color: #102A95; }
span { border-color: rgb(16,42,149); }
td.TdClassName
{
border-color: #102A95;
}
.TagClassName
{
border-color: #102A95;
}
</style>