Shades of Egyptian Blue #101AB3
Tints of Egyptian Blue #101AB3
RGB
CMYK
RGB Variations
Color information
#101AB3 (or 0x101AB3) is known color: Egyptian Blue. HEX triplet: 10, 1A and B3. RGB value is (16,26,179). Sum of RGB (Red+Green+Blue) = 16+26+179=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 179 (70.31% from 255 or 81.00% from 221); Max value from RGB is 179 - color contains mainly: blue. Hex color #101AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101AB3 is #EFE54C. Grayscale: #272727. Windows color (decimal): -15721805 or 11737616. OLE color: 11737616.
HSL color Cylindrical-coordinate representation of color #101AB3: hue angle of 236.32º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101AB3 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 26 | 179 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.30 |
| HSL | 236.32º | 0.84% | 0.38% | - |
| HSV(B) | 236.32º | 0.91% | 0.7% | - |
| XYZ | 8.72 | 4.1 | 42.98 | - |
| YUV | 40.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 179 | 0.91 | 0.85 | 0 | 0.30 | 236.32 | 0.84 | 0.38 |
| Hex | 10 | 1A | B3 | 5B | 55 | 0 | 1E | EC | 54 | 26 |
| Octal | 20 | 32 | 263 | 133 | 125 | 0 | 36 | 354 | 124 | 46 |
| Binary | 10000 | 11010 | 10110011 | 1011011 | 1010101 | 0 | 11110 | 11101100 | 1010100 | 100110 |
Color Harmonies of #101AB3
Complementary color
Monochromatic Colors of #101AB3
Black with #101AB3
Text Example
Text Example
White with #101AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101AB3; }
p { color: rgb(16,26,179); }
H1.HeaderClassName
{
color: #101AB3;
}
.AnyTagClassName
{
color: #101AB3;
}
</style>
background-color css
<style>
a { background-color: #101AB3; }
a { background-color: rgb(16,26,179); }
div.DivClassName
{
background-color: #101AB3;
}
.BgClassName
{
background-color: #101AB3;
}
</style>
border-color css
<style>
span { border-color: #101AB3; }
span { border-color: rgb(16,26,179); }
td.TdClassName
{
border-color: #101AB3;
}
.TagClassName
{
border-color: #101AB3;
}
</style>