Shades of Egyptian Blue #102C9C
Tints of Egyptian Blue #102C9C
RGB
CMYK
RGB Variations
Color information
#102C9C (or 0x102C9C) is known color: Egyptian Blue. HEX triplet: 10, 2C and 9C. RGB value is (16,44,156). Sum of RGB (Red+Green+Blue) = 16+44+156=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #102C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C9C is #EFD363. Grayscale: #2F2F2F. Windows color (decimal): -15717220 or 10234896. OLE color: 10234896.
HSL color Cylindrical-coordinate representation of color #102C9C: hue angle of 228º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102C9C is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 44 | 156 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.39 |
| HSL | 228º | 0.81% | 0.34% | - |
| HSV(B) | 228º | 0.9% | 0.61% | - |
| XYZ | 7.12 | 4.31 | 31.91 | - |
| YUV | 48.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 156 | 0.90 | 0.72 | 0 | 0.39 | 228 | 0.81 | 0.34 |
| Hex | 10 | 2C | 9C | 5A | 48 | 0 | 27 | E4 | 51 | 22 |
| Octal | 20 | 54 | 234 | 132 | 110 | 0 | 47 | 344 | 121 | 42 |
| Binary | 10000 | 101100 | 10011100 | 1011010 | 1001000 | 0 | 100111 | 11100100 | 1010001 | 100010 |
Color Harmonies of #102C9C
Complementary color
Monochromatic Colors of #102C9C
Black with #102C9C
Text Example
Text Example
White with #102C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C9C; }
p { color: rgb(16,44,156); }
H1.HeaderClassName
{
color: #102C9C;
}
.AnyTagClassName
{
color: #102C9C;
}
</style>
background-color css
<style>
a { background-color: #102C9C; }
a { background-color: rgb(16,44,156); }
div.DivClassName
{
background-color: #102C9C;
}
.BgClassName
{
background-color: #102C9C;
}
</style>
border-color css
<style>
span { border-color: #102C9C; }
span { border-color: rgb(16,44,156); }
td.TdClassName
{
border-color: #102C9C;
}
.TagClassName
{
border-color: #102C9C;
}
</style>