Shades of Egyptian Blue #101BA5
Tints of Egyptian Blue #101BA5
RGB
CMYK
RGB Variations
Color information
#101BA5 (or 0x101BA5) is known color: Egyptian Blue. HEX triplet: 10, 1B and A5. RGB value is (16,27,165). Sum of RGB (Red+Green+Blue) = 16+27+165=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 165 (64.84% from 255 or 79.33% from 208); Max value from RGB is 165 - color contains mainly: blue. Hex color #101BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101BA5 is #EFE45A. Grayscale: #262626. Windows color (decimal): -15721563 or 10820368. OLE color: 10820368.
HSL color Cylindrical-coordinate representation of color #101BA5: hue angle of 235.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101BA5 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 27 | 165 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.35 |
| HSL | 235.57º | 0.82% | 0.35% | - |
| HSV(B) | 235.57º | 0.9% | 0.65% | - |
| XYZ | 7.4 | 3.61 | 35.9 | - |
| YUV | 39.44 | 198.86 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 165 | 0.90 | 0.84 | 0 | 0.35 | 235.57 | 0.82 | 0.35 |
| Hex | 10 | 1B | A5 | 5A | 54 | 0 | 23 | EC | 52 | 23 |
| Octal | 20 | 33 | 245 | 132 | 124 | 0 | 43 | 354 | 122 | 43 |
| Binary | 10000 | 11011 | 10100101 | 1011010 | 1010100 | 0 | 100011 | 11101100 | 1010010 | 100011 |
Color Harmonies of #101BA5
Complementary color
Monochromatic Colors of #101BA5
Black with #101BA5
Text Example
Text Example
White with #101BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101BA5; }
p { color: rgb(16,27,165); }
H1.HeaderClassName
{
color: #101BA5;
}
.AnyTagClassName
{
color: #101BA5;
}
</style>
background-color css
<style>
a { background-color: #101BA5; }
a { background-color: rgb(16,27,165); }
div.DivClassName
{
background-color: #101BA5;
}
.BgClassName
{
background-color: #101BA5;
}
</style>
border-color css
<style>
span { border-color: #101BA5; }
span { border-color: rgb(16,27,165); }
td.TdClassName
{
border-color: #101BA5;
}
.TagClassName
{
border-color: #101BA5;
}
</style>