Shades of Egyptian Blue #101CAA
Tints of Egyptian Blue #101CAA
RGB
CMYK
RGB Variations
Color information
#101CAA (or 0x101CAA) is known color: Egyptian Blue. HEX triplet: 10, 1C and AA. RGB value is (16,28,170). Sum of RGB (Red+Green+Blue) = 16+28+170=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #101CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101CAA is #EFE355. Grayscale: #282828. Windows color (decimal): -15721302 or 11148304. OLE color: 11148304.
HSL color Cylindrical-coordinate representation of color #101CAA: hue angle of 235.32º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101CAA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 28 | 170 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.33 |
| HSL | 235.32º | 0.83% | 0.36% | - |
| HSV(B) | 235.32º | 0.91% | 0.67% | - |
| XYZ | 7.88 | 3.84 | 38.36 | - |
| YUV | 40.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 170 | 0.91 | 0.84 | 0 | 0.33 | 235.32 | 0.83 | 0.36 |
| Hex | 10 | 1C | AA | 5B | 54 | 0 | 21 | EB | 53 | 24 |
| Octal | 20 | 34 | 252 | 133 | 124 | 0 | 41 | 353 | 123 | 44 |
| Binary | 10000 | 11100 | 10101010 | 1011011 | 1010100 | 0 | 100001 | 11101011 | 1010011 | 100100 |
Color Harmonies of #101CAA
Complementary color
Monochromatic Colors of #101CAA
Black with #101CAA
Text Example
Text Example
White with #101CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101CAA; }
p { color: rgb(16,28,170); }
H1.HeaderClassName
{
color: #101CAA;
}
.AnyTagClassName
{
color: #101CAA;
}
</style>
background-color css
<style>
a { background-color: #101CAA; }
a { background-color: rgb(16,28,170); }
div.DivClassName
{
background-color: #101CAA;
}
.BgClassName
{
background-color: #101CAA;
}
</style>
border-color css
<style>
span { border-color: #101CAA; }
span { border-color: rgb(16,28,170); }
td.TdClassName
{
border-color: #101CAA;
}
.TagClassName
{
border-color: #101CAA;
}
</style>