Shades of Egyptian Blue #101CA7
Tints of Egyptian Blue #101CA7
RGB
CMYK
RGB Variations
Color information
#101CA7 (or 0x101CA7) is known color: Egyptian Blue. HEX triplet: 10, 1C and A7. RGB value is (16,28,167). Sum of RGB (Red+Green+Blue) = 16+28+167=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 167 (65.62% from 255 or 79.15% from 211); Max value from RGB is 167 - color contains mainly: blue. Hex color #101CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101CA7 is #EFE358. Grayscale: #272727. Windows color (decimal): -15721305 or 10951696. OLE color: 10951696.
HSL color Cylindrical-coordinate representation of color #101CA7: hue angle of 235.23º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101CA7 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 28 | 167 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.35 |
| HSL | 235.23º | 0.83% | 0.36% | - |
| HSV(B) | 235.23º | 0.9% | 0.65% | - |
| XYZ | 7.6 | 3.73 | 36.88 | - |
| YUV | 40.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 167 | 0.90 | 0.83 | 0 | 0.35 | 235.23 | 0.83 | 0.36 |
| Hex | 10 | 1C | A7 | 5A | 53 | 0 | 23 | EB | 53 | 24 |
| Octal | 20 | 34 | 247 | 132 | 123 | 0 | 43 | 353 | 123 | 44 |
| Binary | 10000 | 11100 | 10100111 | 1011010 | 1010011 | 0 | 100011 | 11101011 | 1010011 | 100100 |
Color Harmonies of #101CA7
Complementary color
Monochromatic Colors of #101CA7
Black with #101CA7
Text Example
Text Example
White with #101CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CA7; }
p { color: rgb(16,28,167); }
H1.HeaderClassName
{
color: #101CA7;
}
.AnyTagClassName
{
color: #101CA7;
}
</style>
background-color css
<style>
a { background-color: #101CA7; }
a { background-color: rgb(16,28,167); }
div.DivClassName
{
background-color: #101CA7;
}
.BgClassName
{
background-color: #101CA7;
}
</style>
border-color css
<style>
span { border-color: #101CA7; }
span { border-color: rgb(16,28,167); }
td.TdClassName
{
border-color: #101CA7;
}
.TagClassName
{
border-color: #101CA7;
}
</style>