Shades of Egyptian Blue #101F9B
Tints of Egyptian Blue #101F9B
RGB
CMYK
RGB Variations
Color information
#101F9B (or 0x101F9B) is known color: Egyptian Blue. HEX triplet: 10, 1F and 9B. RGB value is (16,31,155). Sum of RGB (Red+Green+Blue) = 16+31+155=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #101F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F9B is #EFE064. Grayscale: #282828. Windows color (decimal): -15720549 or 10166032. OLE color: 10166032.
HSL color Cylindrical-coordinate representation of color #101F9B: hue angle of 233.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101F9B is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 31 | 155 | - |
| CMYK | 0.90 | 0.8 | 0 | 0.39 |
| HSL | 233.53º | 0.81% | 0.34% | - |
| HSV(B) | 233.53º | 0.9% | 0.61% | - |
| XYZ | 6.62 | 3.46 | 31.33 | - |
| YUV | 40.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 155 | 0.90 | 0.8 | 0 | 0.39 | 233.53 | 0.81 | 0.34 |
| Hex | 10 | 1F | 9B | 5A | 50 | 0 | 27 | EA | 51 | 22 |
| Octal | 20 | 37 | 233 | 132 | 120 | 0 | 47 | 352 | 121 | 42 |
| Binary | 10000 | 11111 | 10011011 | 1011010 | 1010000 | 0 | 100111 | 11101010 | 1010001 | 100010 |
Color Harmonies of #101F9B
Complementary color
Monochromatic Colors of #101F9B
Black with #101F9B
Text Example
Text Example
White with #101F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F9B; }
p { color: rgb(16,31,155); }
H1.HeaderClassName
{
color: #101F9B;
}
.AnyTagClassName
{
color: #101F9B;
}
</style>
background-color css
<style>
a { background-color: #101F9B; }
a { background-color: rgb(16,31,155); }
div.DivClassName
{
background-color: #101F9B;
}
.BgClassName
{
background-color: #101F9B;
}
</style>
border-color css
<style>
span { border-color: #101F9B; }
span { border-color: rgb(16,31,155); }
td.TdClassName
{
border-color: #101F9B;
}
.TagClassName
{
border-color: #101F9B;
}
</style>