Shades of Egyptian Blue #101BAE
Tints of Egyptian Blue #101BAE
RGB
CMYK
RGB Variations
Color information
#101BAE (or 0x101BAE) is known color: Egyptian Blue. HEX triplet: 10, 1B and AE. RGB value is (16,27,174). Sum of RGB (Red+Green+Blue) = 16+27+174=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #101BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101BAE is #EFE451. Grayscale: #272727. Windows color (decimal): -15721554 or 11410192. OLE color: 11410192.
HSL color Cylindrical-coordinate representation of color #101BAE: hue angle of 235.82º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101BAE is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 27 | 174 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.32 |
| HSL | 235.82º | 0.83% | 0.37% | - |
| HSV(B) | 235.82º | 0.91% | 0.68% | - |
| XYZ | 8.25 | 3.95 | 40.37 | - |
| YUV | 40.47 | 203.36 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 174 | 0.91 | 0.84 | 0 | 0.32 | 235.82 | 0.83 | 0.37 |
| Hex | 10 | 1B | AE | 5B | 54 | 0 | 20 | EC | 53 | 25 |
| Octal | 20 | 33 | 256 | 133 | 124 | 0 | 40 | 354 | 123 | 45 |
| Binary | 10000 | 11011 | 10101110 | 1011011 | 1010100 | 0 | 100000 | 11101100 | 1010011 | 100101 |
Color Harmonies of #101BAE
Complementary color
Monochromatic Colors of #101BAE
Black with #101BAE
Text Example
Text Example
White with #101BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BAE; }
p { color: rgb(16,27,174); }
H1.HeaderClassName
{
color: #101BAE;
}
.AnyTagClassName
{
color: #101BAE;
}
</style>
background-color css
<style>
a { background-color: #101BAE; }
a { background-color: rgb(16,27,174); }
div.DivClassName
{
background-color: #101BAE;
}
.BgClassName
{
background-color: #101BAE;
}
</style>
border-color css
<style>
span { border-color: #101BAE; }
span { border-color: rgb(16,27,174); }
td.TdClassName
{
border-color: #101BAE;
}
.TagClassName
{
border-color: #101BAE;
}
</style>