Shades of Egyptian Blue #101F9F
Tints of Egyptian Blue #101F9F
RGB
CMYK
RGB Variations
Color information
#101F9F (or 0x101F9F) is known color: Egyptian Blue. HEX triplet: 10, 1F and 9F. RGB value is (16,31,159). Sum of RGB (Red+Green+Blue) = 16+31+159=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #101F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F9F is #EFE060. Grayscale: #282828. Windows color (decimal): -15720545 or 10428176. OLE color: 10428176.
HSL color Cylindrical-coordinate representation of color #101F9F: hue angle of 233.71º 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 #101F9F is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 31 | 159 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.38 |
| HSL | 233.71º | 0.82% | 0.34% | - |
| HSV(B) | 233.71º | 0.9% | 0.62% | - |
| XYZ | 6.96 | 3.59 | 33.13 | - |
| YUV | 41.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 159 | 0.90 | 0.81 | 0 | 0.38 | 233.71 | 0.82 | 0.34 |
| Hex | 10 | 1F | 9F | 5A | 51 | 0 | 26 | EA | 52 | 22 |
| Octal | 20 | 37 | 237 | 132 | 121 | 0 | 46 | 352 | 122 | 42 |
| Binary | 10000 | 11111 | 10011111 | 1011010 | 1010001 | 0 | 100110 | 11101010 | 1010010 | 100010 |
Color Harmonies of #101F9F
Complementary color
Monochromatic Colors of #101F9F
Black with #101F9F
Text Example
Text Example
White with #101F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F9F; }
p { color: rgb(16,31,159); }
H1.HeaderClassName
{
color: #101F9F;
}
.AnyTagClassName
{
color: #101F9F;
}
</style>
background-color css
<style>
a { background-color: #101F9F; }
a { background-color: rgb(16,31,159); }
div.DivClassName
{
background-color: #101F9F;
}
.BgClassName
{
background-color: #101F9F;
}
</style>
border-color css
<style>
span { border-color: #101F9F; }
span { border-color: rgb(16,31,159); }
td.TdClassName
{
border-color: #101F9F;
}
.TagClassName
{
border-color: #101F9F;
}
</style>