Shades of Egyptian Blue #101FAB
Tints of Egyptian Blue #101FAB
RGB
CMYK
RGB Variations
Color information
#101FAB (or 0x101FAB) is known color: Egyptian Blue. HEX triplet: 10, 1F and AB. RGB value is (16,31,171). Sum of RGB (Red+Green+Blue) = 16+31+171=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #101FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FAB is #EFE054. Grayscale: #292929. Windows color (decimal): -15720533 or 11214608. OLE color: 11214608.
HSL color Cylindrical-coordinate representation of color #101FAB: hue angle of 234.19º 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 #101FAB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 31 | 171 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.33 |
| HSL | 234.19º | 0.83% | 0.37% | - |
| HSV(B) | 234.19º | 0.91% | 0.67% | - |
| XYZ | 8.05 | 4.03 | 38.88 | - |
| YUV | 42.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 171 | 0.91 | 0.82 | 0 | 0.33 | 234.19 | 0.83 | 0.37 |
| Hex | 10 | 1F | AB | 5B | 52 | 0 | 21 | EA | 53 | 25 |
| Octal | 20 | 37 | 253 | 133 | 122 | 0 | 41 | 352 | 123 | 45 |
| Binary | 10000 | 11111 | 10101011 | 1011011 | 1010010 | 0 | 100001 | 11101010 | 1010011 | 100101 |
Color Harmonies of #101FAB
Complementary color
Monochromatic Colors of #101FAB
Black with #101FAB
Text Example
Text Example
White with #101FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FAB; }
p { color: rgb(16,31,171); }
H1.HeaderClassName
{
color: #101FAB;
}
.AnyTagClassName
{
color: #101FAB;
}
</style>
background-color css
<style>
a { background-color: #101FAB; }
a { background-color: rgb(16,31,171); }
div.DivClassName
{
background-color: #101FAB;
}
.BgClassName
{
background-color: #101FAB;
}
</style>
border-color css
<style>
span { border-color: #101FAB; }
span { border-color: rgb(16,31,171); }
td.TdClassName
{
border-color: #101FAB;
}
.TagClassName
{
border-color: #101FAB;
}
</style>