Shades of Egyptian Blue #101FA4
Tints of Egyptian Blue #101FA4
RGB
CMYK
RGB Variations
Color information
#101FA4 (or 0x101FA4) is known color: Egyptian Blue. HEX triplet: 10, 1F and A4. RGB value is (16,31,164). Sum of RGB (Red+Green+Blue) = 16+31+164=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #101FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FA4 is #EFE05B. Grayscale: #292929. Windows color (decimal): -15720540 or 10755856. OLE color: 10755856.
HSL color Cylindrical-coordinate representation of color #101FA4: hue angle of 233.92º 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 #101FA4 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 31 | 164 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.36 |
| HSL | 233.92º | 0.82% | 0.35% | - |
| HSV(B) | 233.92º | 0.9% | 0.64% | - |
| XYZ | 7.4 | 3.77 | 35.46 | - |
| YUV | 41.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 164 | 0.90 | 0.81 | 0 | 0.36 | 233.92 | 0.82 | 0.35 |
| Hex | 10 | 1F | A4 | 5A | 51 | 0 | 24 | EA | 52 | 23 |
| Octal | 20 | 37 | 244 | 132 | 121 | 0 | 44 | 352 | 122 | 43 |
| Binary | 10000 | 11111 | 10100100 | 1011010 | 1010001 | 0 | 100100 | 11101010 | 1010010 | 100011 |
Color Harmonies of #101FA4
Complementary color
Monochromatic Colors of #101FA4
Black with #101FA4
Text Example
Text Example
White with #101FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FA4; }
p { color: rgb(16,31,164); }
H1.HeaderClassName
{
color: #101FA4;
}
.AnyTagClassName
{
color: #101FA4;
}
</style>
background-color css
<style>
a { background-color: #101FA4; }
a { background-color: rgb(16,31,164); }
div.DivClassName
{
background-color: #101FA4;
}
.BgClassName
{
background-color: #101FA4;
}
</style>
border-color css
<style>
span { border-color: #101FA4; }
span { border-color: rgb(16,31,164); }
td.TdClassName
{
border-color: #101FA4;
}
.TagClassName
{
border-color: #101FA4;
}
</style>