Shades of Egyptian Blue #102FA1
Tints of Egyptian Blue #102FA1
RGB
CMYK
RGB Variations
Color information
#102FA1 (or 0x102FA1) is known color: Egyptian Blue. HEX triplet: 10, 2F and A1. RGB value is (16,47,161). Sum of RGB (Red+Green+Blue) = 16+47+161=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #102FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FA1 is #EFD05E. Grayscale: #323232. Windows color (decimal): -15716447 or 10563344. OLE color: 10563344.
HSL color Cylindrical-coordinate representation of color #102FA1: hue angle of 227.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102FA1 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 47 | 161 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.37 |
| HSL | 227.17º | 0.82% | 0.35% | - |
| HSV(B) | 227.17º | 0.9% | 0.63% | - |
| XYZ | 7.66 | 4.72 | 34.22 | - |
| YUV | 50.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 161 | 0.90 | 0.71 | 0 | 0.37 | 227.17 | 0.82 | 0.35 |
| Hex | 10 | 2F | A1 | 5A | 47 | 0 | 25 | E3 | 52 | 23 |
| Octal | 20 | 57 | 241 | 132 | 107 | 0 | 45 | 343 | 122 | 43 |
| Binary | 10000 | 101111 | 10100001 | 1011010 | 1000111 | 0 | 100101 | 11100011 | 1010010 | 100011 |
Color Harmonies of #102FA1
Complementary color
Monochromatic Colors of #102FA1
Black with #102FA1
Text Example
Text Example
White with #102FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FA1; }
p { color: rgb(16,47,161); }
H1.HeaderClassName
{
color: #102FA1;
}
.AnyTagClassName
{
color: #102FA1;
}
</style>
background-color css
<style>
a { background-color: #102FA1; }
a { background-color: rgb(16,47,161); }
div.DivClassName
{
background-color: #102FA1;
}
.BgClassName
{
background-color: #102FA1;
}
</style>
border-color css
<style>
span { border-color: #102FA1; }
span { border-color: rgb(16,47,161); }
td.TdClassName
{
border-color: #102FA1;
}
.TagClassName
{
border-color: #102FA1;
}
</style>