Shades of Egyptian Blue #101FAD
Tints of Egyptian Blue #101FAD
RGB
CMYK
RGB Variations
Color information
#101FAD (or 0x101FAD) is known color: Egyptian Blue. HEX triplet: 10, 1F and AD. RGB value is (16,31,173). Sum of RGB (Red+Green+Blue) = 16+31+173=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #101FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FAD is #EFE052. Grayscale: #2A2A2A. Windows color (decimal): -15720531 or 11345680. OLE color: 11345680.
HSL color Cylindrical-coordinate representation of color #101FAD: hue angle of 234.27º 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 #101FAD is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 31 | 173 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.32 |
| HSL | 234.27º | 0.83% | 0.37% | - |
| HSV(B) | 234.27º | 0.91% | 0.68% | - |
| XYZ | 8.25 | 4.11 | 39.89 | - |
| YUV | 42.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 173 | 0.91 | 0.82 | 0 | 0.32 | 234.27 | 0.83 | 0.37 |
| Hex | 10 | 1F | AD | 5B | 52 | 0 | 20 | EA | 53 | 25 |
| Octal | 20 | 37 | 255 | 133 | 122 | 0 | 40 | 352 | 123 | 45 |
| Binary | 10000 | 11111 | 10101101 | 1011011 | 1010010 | 0 | 100000 | 11101010 | 1010011 | 100101 |
Color Harmonies of #101FAD
Complementary color
Monochromatic Colors of #101FAD
Black with #101FAD
Text Example
Text Example
White with #101FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FAD; }
p { color: rgb(16,31,173); }
H1.HeaderClassName
{
color: #101FAD;
}
.AnyTagClassName
{
color: #101FAD;
}
</style>
background-color css
<style>
a { background-color: #101FAD; }
a { background-color: rgb(16,31,173); }
div.DivClassName
{
background-color: #101FAD;
}
.BgClassName
{
background-color: #101FAD;
}
</style>
border-color css
<style>
span { border-color: #101FAD; }
span { border-color: rgb(16,31,173); }
td.TdClassName
{
border-color: #101FAD;
}
.TagClassName
{
border-color: #101FAD;
}
</style>