Shades of Egyptian Blue #102A9A
Tints of Egyptian Blue #102A9A
RGB
CMYK
RGB Variations
Color information
#102A9A (or 0x102A9A) is known color: Egyptian Blue. HEX triplet: 10, 2A and 9A. RGB value is (16,42,154). Sum of RGB (Red+Green+Blue) = 16+42+154=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #102A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A9A is #EFD565. Grayscale: #2E2E2E. Windows color (decimal): -15717734 or 10103312. OLE color: 10103312.
HSL color Cylindrical-coordinate representation of color #102A9A: hue angle of 228.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102A9A is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 42 | 154 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.40 |
| HSL | 228.7º | 0.81% | 0.33% | - |
| HSV(B) | 228.7º | 0.9% | 0.6% | - |
| XYZ | 6.87 | 4.1 | 31 | - |
| YUV | 46.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 154 | 0.90 | 0.73 | 0 | 0.40 | 228.7 | 0.81 | 0.33 |
| Hex | 10 | 2A | 9A | 5A | 49 | 0 | 28 | E5 | 51 | 21 |
| Octal | 20 | 52 | 232 | 132 | 111 | 0 | 50 | 345 | 121 | 41 |
| Binary | 10000 | 101010 | 10011010 | 1011010 | 1001001 | 0 | 101000 | 11100101 | 1010001 | 100001 |
Color Harmonies of #102A9A
Complementary color
Monochromatic Colors of #102A9A
Black with #102A9A
Text Example
Text Example
White with #102A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A9A; }
p { color: rgb(16,42,154); }
H1.HeaderClassName
{
color: #102A9A;
}
.AnyTagClassName
{
color: #102A9A;
}
</style>
background-color css
<style>
a { background-color: #102A9A; }
a { background-color: rgb(16,42,154); }
div.DivClassName
{
background-color: #102A9A;
}
.BgClassName
{
background-color: #102A9A;
}
</style>
border-color css
<style>
span { border-color: #102A9A; }
span { border-color: rgb(16,42,154); }
td.TdClassName
{
border-color: #102A9A;
}
.TagClassName
{
border-color: #102A9A;
}
</style>