Shades of Egyptian Blue #101BAA
Tints of Egyptian Blue #101BAA
RGB
CMYK
RGB Variations
Color information
#101BAA (or 0x101BAA) is known color: Egyptian Blue. HEX triplet: 10, 1B and AA. RGB value is (16,27,170). Sum of RGB (Red+Green+Blue) = 16+27+170=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #101BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101BAA is #EFE455. Grayscale: #272727. Windows color (decimal): -15721558 or 11148048. OLE color: 11148048.
HSL color Cylindrical-coordinate representation of color #101BAA: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101BAA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 27 | 170 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.33 |
| HSL | 235.71º | 0.83% | 0.36% | - |
| HSV(B) | 235.71º | 0.91% | 0.67% | - |
| XYZ | 7.86 | 3.8 | 38.35 | - |
| YUV | 40.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 170 | 0.91 | 0.84 | 0 | 0.33 | 235.71 | 0.83 | 0.36 |
| Hex | 10 | 1B | AA | 5B | 54 | 0 | 21 | EC | 53 | 24 |
| Octal | 20 | 33 | 252 | 133 | 124 | 0 | 41 | 354 | 123 | 44 |
| Binary | 10000 | 11011 | 10101010 | 1011011 | 1010100 | 0 | 100001 | 11101100 | 1010011 | 100100 |
Color Harmonies of #101BAA
Complementary color
Monochromatic Colors of #101BAA
Black with #101BAA
Text Example
Text Example
White with #101BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BAA; }
p { color: rgb(16,27,170); }
H1.HeaderClassName
{
color: #101BAA;
}
.AnyTagClassName
{
color: #101BAA;
}
</style>
background-color css
<style>
a { background-color: #101BAA; }
a { background-color: rgb(16,27,170); }
div.DivClassName
{
background-color: #101BAA;
}
.BgClassName
{
background-color: #101BAA;
}
</style>
border-color css
<style>
span { border-color: #101BAA; }
span { border-color: rgb(16,27,170); }
td.TdClassName
{
border-color: #101BAA;
}
.TagClassName
{
border-color: #101BAA;
}
</style>