Shades of Egyptian Blue #101FA3
Tints of Egyptian Blue #101FA3
RGB
CMYK
RGB Variations
Color information
#101FA3 (or 0x101FA3) is known color: Egyptian Blue. HEX triplet: 10, 1F and A3. RGB value is (16,31,163). Sum of RGB (Red+Green+Blue) = 16+31+163=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 163 (64.06% from 255 or 77.62% from 210); Max value from RGB is 163 - color contains mainly: blue. Hex color #101FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FA3 is #EFE05C. Grayscale: #292929. Windows color (decimal): -15720541 or 10690320. OLE color: 10690320.
HSL color Cylindrical-coordinate representation of color #101FA3: hue angle of 233.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101FA3 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 31 | 163 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.36 |
| HSL | 233.88º | 0.82% | 0.35% | - |
| HSV(B) | 233.88º | 0.9% | 0.64% | - |
| XYZ | 7.31 | 3.73 | 34.99 | - |
| YUV | 41.56 | 196.53 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 163 | 0.90 | 0.81 | 0 | 0.36 | 233.88 | 0.82 | 0.35 |
| Hex | 10 | 1F | A3 | 5A | 51 | 0 | 24 | EA | 52 | 23 |
| Octal | 20 | 37 | 243 | 132 | 121 | 0 | 44 | 352 | 122 | 43 |
| Binary | 10000 | 11111 | 10100011 | 1011010 | 1010001 | 0 | 100100 | 11101010 | 1010010 | 100011 |
Color Harmonies of #101FA3
Complementary color
Monochromatic Colors of #101FA3
Black with #101FA3
Text Example
Text Example
White with #101FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FA3; }
p { color: rgb(16,31,163); }
H1.HeaderClassName
{
color: #101FA3;
}
.AnyTagClassName
{
color: #101FA3;
}
</style>
background-color css
<style>
a { background-color: #101FA3; }
a { background-color: rgb(16,31,163); }
div.DivClassName
{
background-color: #101FA3;
}
.BgClassName
{
background-color: #101FA3;
}
</style>
border-color css
<style>
span { border-color: #101FA3; }
span { border-color: rgb(16,31,163); }
td.TdClassName
{
border-color: #101FA3;
}
.TagClassName
{
border-color: #101FA3;
}
</style>