Shades of Egyptian Blue #102FA8
Tints of Egyptian Blue #102FA8
RGB
CMYK
RGB Variations
Color information
#102FA8 (or 0x102FA8) is known color: Egyptian Blue. HEX triplet: 10, 2F and A8. RGB value is (16,47,168). Sum of RGB (Red+Green+Blue) = 16+47+168=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 168 (66.02% from 255 or 72.73% from 231); Max value from RGB is 168 - color contains mainly: blue. Hex color #102FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FA8 is #EFD057. Grayscale: #333333. Windows color (decimal): -15716440 or 11022096. OLE color: 11022096.
HSL color Cylindrical-coordinate representation of color #102FA8: hue angle of 227.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102FA8 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 47 | 168 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.34 |
| HSL | 227.76º | 0.83% | 0.36% | - |
| HSV(B) | 227.76º | 0.9% | 0.66% | - |
| XYZ | 8.3 | 4.97 | 37.57 | - |
| YUV | 51.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 168 | 0.90 | 0.72 | 0 | 0.34 | 227.76 | 0.83 | 0.36 |
| Hex | 10 | 2F | A8 | 5A | 48 | 0 | 22 | E4 | 53 | 24 |
| Octal | 20 | 57 | 250 | 132 | 110 | 0 | 42 | 344 | 123 | 44 |
| Binary | 10000 | 101111 | 10101000 | 1011010 | 1001000 | 0 | 100010 | 11100100 | 1010011 | 100100 |
Color Harmonies of #102FA8
Complementary color
Monochromatic Colors of #102FA8
Black with #102FA8
Text Example
Text Example
White with #102FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FA8; }
p { color: rgb(16,47,168); }
H1.HeaderClassName
{
color: #102FA8;
}
.AnyTagClassName
{
color: #102FA8;
}
</style>
background-color css
<style>
a { background-color: #102FA8; }
a { background-color: rgb(16,47,168); }
div.DivClassName
{
background-color: #102FA8;
}
.BgClassName
{
background-color: #102FA8;
}
</style>
border-color css
<style>
span { border-color: #102FA8; }
span { border-color: rgb(16,47,168); }
td.TdClassName
{
border-color: #102FA8;
}
.TagClassName
{
border-color: #102FA8;
}
</style>