Shades of Egyptian Blue #102AB1
Tints of Egyptian Blue #102AB1
RGB
CMYK
RGB Variations
Color information
#102AB1 (or 0x102AB1) is known color: Egyptian Blue. HEX triplet: 10, 2A and B1. RGB value is (16,42,177). Sum of RGB (Red+Green+Blue) = 16+42+177=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #102AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102AB1 is #EFD54E. Grayscale: #313131. Windows color (decimal): -15717711 or 11610640. OLE color: 11610640.
HSL color Cylindrical-coordinate representation of color #102AB1: hue angle of 230.31º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102AB1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 42 | 177 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.31 |
| HSL | 230.31º | 0.83% | 0.38% | - |
| HSV(B) | 230.31º | 0.91% | 0.69% | - |
| XYZ | 8.98 | 4.94 | 42.08 | - |
| YUV | 49.62 | 199.89 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 177 | 0.91 | 0.76 | 0 | 0.31 | 230.31 | 0.83 | 0.38 |
| Hex | 10 | 2A | B1 | 5B | 4C | 0 | 1F | E6 | 53 | 26 |
| Octal | 20 | 52 | 261 | 133 | 114 | 0 | 37 | 346 | 123 | 46 |
| Binary | 10000 | 101010 | 10110001 | 1011011 | 1001100 | 0 | 11111 | 11100110 | 1010011 | 100110 |
Color Harmonies of #102AB1
Complementary color
Monochromatic Colors of #102AB1
Black with #102AB1
Text Example
Text Example
White with #102AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AB1; }
p { color: rgb(16,42,177); }
H1.HeaderClassName
{
color: #102AB1;
}
.AnyTagClassName
{
color: #102AB1;
}
</style>
background-color css
<style>
a { background-color: #102AB1; }
a { background-color: rgb(16,42,177); }
div.DivClassName
{
background-color: #102AB1;
}
.BgClassName
{
background-color: #102AB1;
}
</style>
border-color css
<style>
span { border-color: #102AB1; }
span { border-color: rgb(16,42,177); }
td.TdClassName
{
border-color: #102AB1;
}
.TagClassName
{
border-color: #102AB1;
}
</style>