Shades of Egyptian Blue #102BA1
Tints of Egyptian Blue #102BA1
RGB
CMYK
RGB Variations
Color information
#102BA1 (or 0x102BA1) is known color: Egyptian Blue. HEX triplet: 10, 2B and A1. RGB value is (16,43,161). Sum of RGB (Red+Green+Blue) = 16+43+161=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #102BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102BA1 is #EFD45E. Grayscale: #2F2F2F. Windows color (decimal): -15717471 or 10562320. OLE color: 10562320.
HSL color Cylindrical-coordinate representation of color #102BA1: hue angle of 228.83º 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 #102BA1 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 43 | 161 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.37 |
| HSL | 228.83º | 0.82% | 0.35% | - |
| HSV(B) | 228.83º | 0.9% | 0.63% | - |
| XYZ | 7.51 | 4.41 | 34.17 | - |
| YUV | 48.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 161 | 0.90 | 0.73 | 0 | 0.37 | 228.83 | 0.82 | 0.35 |
| Hex | 10 | 2B | A1 | 5A | 49 | 0 | 25 | E5 | 52 | 23 |
| Octal | 20 | 53 | 241 | 132 | 111 | 0 | 45 | 345 | 122 | 43 |
| Binary | 10000 | 101011 | 10100001 | 1011010 | 1001001 | 0 | 100101 | 11100101 | 1010010 | 100011 |
Color Harmonies of #102BA1
Complementary color
Monochromatic Colors of #102BA1
Black with #102BA1
Text Example
Text Example
White with #102BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BA1; }
p { color: rgb(16,43,161); }
H1.HeaderClassName
{
color: #102BA1;
}
.AnyTagClassName
{
color: #102BA1;
}
</style>
background-color css
<style>
a { background-color: #102BA1; }
a { background-color: rgb(16,43,161); }
div.DivClassName
{
background-color: #102BA1;
}
.BgClassName
{
background-color: #102BA1;
}
</style>
border-color css
<style>
span { border-color: #102BA1; }
span { border-color: rgb(16,43,161); }
td.TdClassName
{
border-color: #102BA1;
}
.TagClassName
{
border-color: #102BA1;
}
</style>