Shades of Egyptian Blue #102BAB
Tints of Egyptian Blue #102BAB
RGB
CMYK
RGB Variations
Color information
#102BAB (or 0x102BAB) is known color: Egyptian Blue. HEX triplet: 10, 2B and AB. RGB value is (16,43,171). Sum of RGB (Red+Green+Blue) = 16+43+171=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #102BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102BAB is #EFD454. Grayscale: #303030. Windows color (decimal): -15717461 or 11217680. OLE color: 11217680.
HSL color Cylindrical-coordinate representation of color #102BAB: hue angle of 229.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102BAB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 43 | 171 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.33 |
| HSL | 229.55º | 0.83% | 0.37% | - |
| HSV(B) | 229.55º | 0.91% | 0.67% | - |
| XYZ | 8.43 | 4.78 | 39.01 | - |
| YUV | 49.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 171 | 0.91 | 0.75 | 0 | 0.33 | 229.55 | 0.83 | 0.37 |
| Hex | 10 | 2B | AB | 5B | 4B | 0 | 21 | E6 | 53 | 25 |
| Octal | 20 | 53 | 253 | 133 | 113 | 0 | 41 | 346 | 123 | 45 |
| Binary | 10000 | 101011 | 10101011 | 1011011 | 1001011 | 0 | 100001 | 11100110 | 1010011 | 100101 |
Color Harmonies of #102BAB
Complementary color
Monochromatic Colors of #102BAB
Black with #102BAB
Text Example
Text Example
White with #102BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BAB; }
p { color: rgb(16,43,171); }
H1.HeaderClassName
{
color: #102BAB;
}
.AnyTagClassName
{
color: #102BAB;
}
</style>
background-color css
<style>
a { background-color: #102BAB; }
a { background-color: rgb(16,43,171); }
div.DivClassName
{
background-color: #102BAB;
}
.BgClassName
{
background-color: #102BAB;
}
</style>
border-color css
<style>
span { border-color: #102BAB; }
span { border-color: rgb(16,43,171); }
td.TdClassName
{
border-color: #102BAB;
}
.TagClassName
{
border-color: #102BAB;
}
</style>