Shades of Egyptian Blue #101FAC
Tints of Egyptian Blue #101FAC
RGB
CMYK
RGB Variations
Color information
#101FAC (or 0x101FAC) is known color: Egyptian Blue. HEX triplet: 10, 1F and AC. RGB value is (16,31,172). Sum of RGB (Red+Green+Blue) = 16+31+172=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #101FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FAC is #EFE053. Grayscale: #2A2A2A. Windows color (decimal): -15720532 or 11280144. OLE color: 11280144.
HSL color Cylindrical-coordinate representation of color #101FAC: hue angle of 234.23º 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 #101FAC is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 31 | 172 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.33 |
| HSL | 234.23º | 0.83% | 0.37% | - |
| HSV(B) | 234.23º | 0.91% | 0.67% | - |
| XYZ | 8.15 | 4.07 | 39.39 | - |
| YUV | 42.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 172 | 0.91 | 0.82 | 0 | 0.33 | 234.23 | 0.83 | 0.37 |
| Hex | 10 | 1F | AC | 5B | 52 | 0 | 21 | EA | 53 | 25 |
| Octal | 20 | 37 | 254 | 133 | 122 | 0 | 41 | 352 | 123 | 45 |
| Binary | 10000 | 11111 | 10101100 | 1011011 | 1010010 | 0 | 100001 | 11101010 | 1010011 | 100101 |
Color Harmonies of #101FAC
Complementary color
Monochromatic Colors of #101FAC
Black with #101FAC
Text Example
Text Example
White with #101FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FAC; }
p { color: rgb(16,31,172); }
H1.HeaderClassName
{
color: #101FAC;
}
.AnyTagClassName
{
color: #101FAC;
}
</style>
background-color css
<style>
a { background-color: #101FAC; }
a { background-color: rgb(16,31,172); }
div.DivClassName
{
background-color: #101FAC;
}
.BgClassName
{
background-color: #101FAC;
}
</style>
border-color css
<style>
span { border-color: #101FAC; }
span { border-color: rgb(16,31,172); }
td.TdClassName
{
border-color: #101FAC;
}
.TagClassName
{
border-color: #101FAC;
}
</style>