Shades of Egyptian Blue #101FA5
Tints of Egyptian Blue #101FA5
RGB
CMYK
RGB Variations
Color information
#101FA5 (or 0x101FA5) is known color: Egyptian Blue. HEX triplet: 10, 1F and A5. RGB value is (16,31,165). Sum of RGB (Red+Green+Blue) = 16+31+165=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 165 (64.84% from 255 or 77.83% from 212); Max value from RGB is 165 - color contains mainly: blue. Hex color #101FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FA5 is #EFE05A. Grayscale: #292929. Windows color (decimal): -15720539 or 10821392. OLE color: 10821392.
HSL color Cylindrical-coordinate representation of color #101FA5: hue angle of 233.96º 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 #101FA5 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 31 | 165 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.35 |
| HSL | 233.96º | 0.82% | 0.35% | - |
| HSV(B) | 233.96º | 0.9% | 0.65% | - |
| XYZ | 7.5 | 3.81 | 35.94 | - |
| YUV | 41.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 165 | 0.90 | 0.81 | 0 | 0.35 | 233.96 | 0.82 | 0.35 |
| Hex | 10 | 1F | A5 | 5A | 51 | 0 | 23 | EA | 52 | 23 |
| Octal | 20 | 37 | 245 | 132 | 121 | 0 | 43 | 352 | 122 | 43 |
| Binary | 10000 | 11111 | 10100101 | 1011010 | 1010001 | 0 | 100011 | 11101010 | 1010010 | 100011 |
Color Harmonies of #101FA5
Complementary color
Monochromatic Colors of #101FA5
Black with #101FA5
Text Example
Text Example
White with #101FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FA5; }
p { color: rgb(16,31,165); }
H1.HeaderClassName
{
color: #101FA5;
}
.AnyTagClassName
{
color: #101FA5;
}
</style>
background-color css
<style>
a { background-color: #101FA5; }
a { background-color: rgb(16,31,165); }
div.DivClassName
{
background-color: #101FA5;
}
.BgClassName
{
background-color: #101FA5;
}
</style>
border-color css
<style>
span { border-color: #101FA5; }
span { border-color: rgb(16,31,165); }
td.TdClassName
{
border-color: #101FA5;
}
.TagClassName
{
border-color: #101FA5;
}
</style>