Shades of Egyptian Blue #102B9F
Tints of Egyptian Blue #102B9F
RGB
CMYK
RGB Variations
Color information
#102B9F (or 0x102B9F) is known color: Egyptian Blue. HEX triplet: 10, 2B and 9F. RGB value is (16,43,159). Sum of RGB (Red+Green+Blue) = 16+43+159=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #102B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102B9F is #EFD460. Grayscale: #2F2F2F. Windows color (decimal): -15717473 or 10431248. OLE color: 10431248.
HSL color Cylindrical-coordinate representation of color #102B9F: hue angle of 228.67º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102B9F is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 43 | 159 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.38 |
| HSL | 228.67º | 0.82% | 0.34% | - |
| HSV(B) | 228.67º | 0.9% | 0.62% | - |
| XYZ | 7.34 | 4.34 | 33.25 | - |
| YUV | 48.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 159 | 0.90 | 0.73 | 0 | 0.38 | 228.67 | 0.82 | 0.34 |
| Hex | 10 | 2B | 9F | 5A | 49 | 0 | 26 | E5 | 52 | 22 |
| Octal | 20 | 53 | 237 | 132 | 111 | 0 | 46 | 345 | 122 | 42 |
| Binary | 10000 | 101011 | 10011111 | 1011010 | 1001001 | 0 | 100110 | 11100101 | 1010010 | 100010 |
Color Harmonies of #102B9F
Complementary color
Monochromatic Colors of #102B9F
Black with #102B9F
Text Example
Text Example
White with #102B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B9F; }
p { color: rgb(16,43,159); }
H1.HeaderClassName
{
color: #102B9F;
}
.AnyTagClassName
{
color: #102B9F;
}
</style>
background-color css
<style>
a { background-color: #102B9F; }
a { background-color: rgb(16,43,159); }
div.DivClassName
{
background-color: #102B9F;
}
.BgClassName
{
background-color: #102B9F;
}
</style>
border-color css
<style>
span { border-color: #102B9F; }
span { border-color: rgb(16,43,159); }
td.TdClassName
{
border-color: #102B9F;
}
.TagClassName
{
border-color: #102B9F;
}
</style>