Shades of Egyptian Blue #101F9D
Tints of Egyptian Blue #101F9D
RGB
CMYK
RGB Variations
Color information
#101F9D (or 0x101F9D) is known color: Egyptian Blue. HEX triplet: 10, 1F and 9D. RGB value is (16,31,157). Sum of RGB (Red+Green+Blue) = 16+31+157=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #101F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F9D is #EFE062. Grayscale: #282828. Windows color (decimal): -15720547 or 10297104. OLE color: 10297104.
HSL color Cylindrical-coordinate representation of color #101F9D: hue angle of 233.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101F9D is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 31 | 157 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.38 |
| HSL | 233.62º | 0.82% | 0.34% | - |
| HSV(B) | 233.62º | 0.9% | 0.62% | - |
| XYZ | 6.79 | 3.52 | 32.22 | - |
| YUV | 40.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 157 | 0.90 | 0.80 | 0 | 0.38 | 233.62 | 0.82 | 0.34 |
| Hex | 10 | 1F | 9D | 5A | 50 | 0 | 26 | EA | 52 | 22 |
| Octal | 20 | 37 | 235 | 132 | 120 | 0 | 46 | 352 | 122 | 42 |
| Binary | 10000 | 11111 | 10011101 | 1011010 | 1010000 | 0 | 100110 | 11101010 | 1010010 | 100010 |
Color Harmonies of #101F9D
Complementary color
Monochromatic Colors of #101F9D
Black with #101F9D
Text Example
Text Example
White with #101F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F9D; }
p { color: rgb(16,31,157); }
H1.HeaderClassName
{
color: #101F9D;
}
.AnyTagClassName
{
color: #101F9D;
}
</style>
background-color css
<style>
a { background-color: #101F9D; }
a { background-color: rgb(16,31,157); }
div.DivClassName
{
background-color: #101F9D;
}
.BgClassName
{
background-color: #101F9D;
}
</style>
border-color css
<style>
span { border-color: #101F9D; }
span { border-color: rgb(16,31,157); }
td.TdClassName
{
border-color: #101F9D;
}
.TagClassName
{
border-color: #101F9D;
}
</style>