Shades of Egyptian Blue #102BA9
Tints of Egyptian Blue #102BA9
RGB
CMYK
RGB Variations
Color information
#102BA9 (or 0x102BA9) is known color: Egyptian Blue. HEX triplet: 10, 2B and A9. RGB value is (16,43,169). Sum of RGB (Red+Green+Blue) = 16+43+169=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 169 (66.41% from 255 or 74.12% from 228); Max value from RGB is 169 - color contains mainly: blue. Hex color #102BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102BA9 is #EFD456. Grayscale: #303030. Windows color (decimal): -15717463 or 11086608. OLE color: 11086608.
HSL color Cylindrical-coordinate representation of color #102BA9: hue angle of 229.41º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102BA9 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 43 | 169 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.34 |
| HSL | 229.41º | 0.83% | 0.36% | - |
| HSV(B) | 229.41º | 0.91% | 0.66% | - |
| XYZ | 8.24 | 4.7 | 38.01 | - |
| YUV | 49.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 169 | 0.91 | 0.75 | 0 | 0.34 | 229.41 | 0.83 | 0.36 |
| Hex | 10 | 2B | A9 | 5B | 4B | 0 | 22 | E5 | 53 | 24 |
| Octal | 20 | 53 | 251 | 133 | 113 | 0 | 42 | 345 | 123 | 44 |
| Binary | 10000 | 101011 | 10101001 | 1011011 | 1001011 | 0 | 100010 | 11100101 | 1010011 | 100100 |
Color Harmonies of #102BA9
Complementary color
Monochromatic Colors of #102BA9
Black with #102BA9
Text Example
Text Example
White with #102BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BA9; }
p { color: rgb(16,43,169); }
H1.HeaderClassName
{
color: #102BA9;
}
.AnyTagClassName
{
color: #102BA9;
}
</style>
background-color css
<style>
a { background-color: #102BA9; }
a { background-color: rgb(16,43,169); }
div.DivClassName
{
background-color: #102BA9;
}
.BgClassName
{
background-color: #102BA9;
}
</style>
border-color css
<style>
span { border-color: #102BA9; }
span { border-color: rgb(16,43,169); }
td.TdClassName
{
border-color: #102BA9;
}
.TagClassName
{
border-color: #102BA9;
}
</style>