Shades of Egyptian Blue #101BAB
Tints of Egyptian Blue #101BAB
RGB
CMYK
RGB Variations
Color information
#101BAB (or 0x101BAB) is known color: Egyptian Blue. HEX triplet: 10, 1B and AB. RGB value is (16,27,171). Sum of RGB (Red+Green+Blue) = 16+27+171=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #101BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101BAB is #EFE454. Grayscale: #272727. Windows color (decimal): -15721557 or 11213584. OLE color: 11213584.
HSL color Cylindrical-coordinate representation of color #101BAB: hue angle of 235.74º 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 #101BAB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 27 | 171 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.33 |
| HSL | 235.74º | 0.83% | 0.37% | - |
| HSV(B) | 235.74º | 0.91% | 0.67% | - |
| XYZ | 7.96 | 3.83 | 38.85 | - |
| YUV | 40.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 171 | 0.91 | 0.84 | 0 | 0.33 | 235.74 | 0.83 | 0.37 |
| Hex | 10 | 1B | AB | 5B | 54 | 0 | 21 | EC | 53 | 25 |
| Octal | 20 | 33 | 253 | 133 | 124 | 0 | 41 | 354 | 123 | 45 |
| Binary | 10000 | 11011 | 10101011 | 1011011 | 1010100 | 0 | 100001 | 11101100 | 1010011 | 100101 |
Color Harmonies of #101BAB
Complementary color
Monochromatic Colors of #101BAB
Black with #101BAB
Text Example
Text Example
White with #101BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BAB; }
p { color: rgb(16,27,171); }
H1.HeaderClassName
{
color: #101BAB;
}
.AnyTagClassName
{
color: #101BAB;
}
</style>
background-color css
<style>
a { background-color: #101BAB; }
a { background-color: rgb(16,27,171); }
div.DivClassName
{
background-color: #101BAB;
}
.BgClassName
{
background-color: #101BAB;
}
</style>
border-color css
<style>
span { border-color: #101BAB; }
span { border-color: rgb(16,27,171); }
td.TdClassName
{
border-color: #101BAB;
}
.TagClassName
{
border-color: #101BAB;
}
</style>