Shades of Egyptian Blue #101CAC
Tints of Egyptian Blue #101CAC
RGB
CMYK
RGB Variations
Color information
#101CAC (or 0x101CAC) is known color: Egyptian Blue. HEX triplet: 10, 1C and AC. RGB value is (16,28,172). Sum of RGB (Red+Green+Blue) = 16+28+172=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #101CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101CAC is #EFE353. Grayscale: #282828. Windows color (decimal): -15721300 or 11279376. OLE color: 11279376.
HSL color Cylindrical-coordinate representation of color #101CAC: hue angle of 235.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101CAC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 28 | 172 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.33 |
| HSL | 235.38º | 0.83% | 0.37% | - |
| HSV(B) | 235.38º | 0.91% | 0.67% | - |
| XYZ | 8.08 | 3.92 | 39.36 | - |
| YUV | 40.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 172 | 0.91 | 0.84 | 0 | 0.33 | 235.38 | 0.83 | 0.37 |
| Hex | 10 | 1C | AC | 5B | 54 | 0 | 21 | EB | 53 | 25 |
| Octal | 20 | 34 | 254 | 133 | 124 | 0 | 41 | 353 | 123 | 45 |
| Binary | 10000 | 11100 | 10101100 | 1011011 | 1010100 | 0 | 100001 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101CAC
Complementary color
Monochromatic Colors of #101CAC
Black with #101CAC
Text Example
Text Example
White with #101CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CAC; }
p { color: rgb(16,28,172); }
H1.HeaderClassName
{
color: #101CAC;
}
.AnyTagClassName
{
color: #101CAC;
}
</style>
background-color css
<style>
a { background-color: #101CAC; }
a { background-color: rgb(16,28,172); }
div.DivClassName
{
background-color: #101CAC;
}
.BgClassName
{
background-color: #101CAC;
}
</style>
border-color css
<style>
span { border-color: #101CAC; }
span { border-color: rgb(16,28,172); }
td.TdClassName
{
border-color: #101CAC;
}
.TagClassName
{
border-color: #101CAC;
}
</style>