Shades of Egyptian Blue #102FA6
Tints of Egyptian Blue #102FA6
RGB
CMYK
RGB Variations
Color information
#102FA6 (or 0x102FA6) is known color: Egyptian Blue. HEX triplet: 10, 2F and A6. RGB value is (16,47,166). Sum of RGB (Red+Green+Blue) = 16+47+166=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #102FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FA6 is #EFD059. Grayscale: #323232. Windows color (decimal): -15716442 or 10891024. OLE color: 10891024.
HSL color Cylindrical-coordinate representation of color #102FA6: hue angle of 227.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102FA6 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 47 | 166 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.35 |
| HSL | 227.6º | 0.82% | 0.36% | - |
| HSV(B) | 227.6º | 0.9% | 0.65% | - |
| XYZ | 8.11 | 4.9 | 36.59 | - |
| YUV | 51.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 166 | 0.90 | 0.72 | 0 | 0.35 | 227.6 | 0.82 | 0.36 |
| Hex | 10 | 2F | A6 | 5A | 48 | 0 | 23 | E4 | 52 | 24 |
| Octal | 20 | 57 | 246 | 132 | 110 | 0 | 43 | 344 | 122 | 44 |
| Binary | 10000 | 101111 | 10100110 | 1011010 | 1001000 | 0 | 100011 | 11100100 | 1010010 | 100100 |
Color Harmonies of #102FA6
Complementary color
Monochromatic Colors of #102FA6
Black with #102FA6
Text Example
Text Example
White with #102FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FA6; }
p { color: rgb(16,47,166); }
H1.HeaderClassName
{
color: #102FA6;
}
.AnyTagClassName
{
color: #102FA6;
}
</style>
background-color css
<style>
a { background-color: #102FA6; }
a { background-color: rgb(16,47,166); }
div.DivClassName
{
background-color: #102FA6;
}
.BgClassName
{
background-color: #102FA6;
}
</style>
border-color css
<style>
span { border-color: #102FA6; }
span { border-color: rgb(16,47,166); }
td.TdClassName
{
border-color: #102FA6;
}
.TagClassName
{
border-color: #102FA6;
}
</style>