Shades of Egyptian Blue #101FB4
Tints of Egyptian Blue #101FB4
RGB
CMYK
RGB Variations
Color information
#101FB4 (or 0x101FB4) is known color: Egyptian Blue. HEX triplet: 10, 1F and B4. RGB value is (16,31,180). Sum of RGB (Red+Green+Blue) = 16+31+180=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 180 (70.70% from 255 or 79.30% from 227); Max value from RGB is 180 - color contains mainly: blue. Hex color #101FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101FB4 is #EFE04B. Grayscale: #2A2A2A. Windows color (decimal): -15720524 or 11804432. OLE color: 11804432.
HSL color Cylindrical-coordinate representation of color #101FB4: hue angle of 234.51º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101FB4 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 31 | 180 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.29 |
| HSL | 234.51º | 0.84% | 0.38% | - |
| HSV(B) | 234.51º | 0.91% | 0.71% | - |
| XYZ | 8.94 | 4.39 | 43.56 | - |
| YUV | 43.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 180 | 0.91 | 0.83 | 0 | 0.29 | 234.51 | 0.84 | 0.38 |
| Hex | 10 | 1F | B4 | 5B | 53 | 0 | 1D | EB | 54 | 26 |
| Octal | 20 | 37 | 264 | 133 | 123 | 0 | 35 | 353 | 124 | 46 |
| Binary | 10000 | 11111 | 10110100 | 1011011 | 1010011 | 0 | 11101 | 11101011 | 1010100 | 100110 |
Color Harmonies of #101FB4
Complementary color
Monochromatic Colors of #101FB4
Black with #101FB4
Text Example
Text Example
White with #101FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FB4; }
p { color: rgb(16,31,180); }
H1.HeaderClassName
{
color: #101FB4;
}
.AnyTagClassName
{
color: #101FB4;
}
</style>
background-color css
<style>
a { background-color: #101FB4; }
a { background-color: rgb(16,31,180); }
div.DivClassName
{
background-color: #101FB4;
}
.BgClassName
{
background-color: #101FB4;
}
</style>
border-color css
<style>
span { border-color: #101FB4; }
span { border-color: rgb(16,31,180); }
td.TdClassName
{
border-color: #101FB4;
}
.TagClassName
{
border-color: #101FB4;
}
</style>