Shades of Egyptian Blue #10299B
Tints of Egyptian Blue #10299B
RGB
CMYK
RGB Variations
Color information
#10299B (or 0x10299B) is known color: Egyptian Blue. HEX triplet: 10, 29 and 9B. RGB value is (16,41,155). Sum of RGB (Red+Green+Blue) = 16+41+155=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #10299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10299B is #EFD664. Grayscale: #2E2E2E. Windows color (decimal): -15717989 or 10168592. OLE color: 10168592.
HSL color Cylindrical-coordinate representation of color #10299B: hue angle of 229.21º 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 #10299B is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 41 | 155 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.39 |
| HSL | 229.21º | 0.81% | 0.34% | - |
| HSV(B) | 229.21º | 0.9% | 0.61% | - |
| XYZ | 6.92 | 4.06 | 31.43 | - |
| YUV | 46.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 155 | 0.90 | 0.74 | 0 | 0.39 | 229.21 | 0.81 | 0.34 |
| Hex | 10 | 29 | 9B | 5A | 4A | 0 | 27 | E5 | 51 | 22 |
| Octal | 20 | 51 | 233 | 132 | 112 | 0 | 47 | 345 | 121 | 42 |
| Binary | 10000 | 101001 | 10011011 | 1011010 | 1001010 | 0 | 100111 | 11100101 | 1010001 | 100010 |
Color Harmonies of #10299B
Complementary color
Monochromatic Colors of #10299B
Black with #10299B
Text Example
Text Example
White with #10299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10299B; }
p { color: rgb(16,41,155); }
H1.HeaderClassName
{
color: #10299B;
}
.AnyTagClassName
{
color: #10299B;
}
</style>
background-color css
<style>
a { background-color: #10299B; }
a { background-color: rgb(16,41,155); }
div.DivClassName
{
background-color: #10299B;
}
.BgClassName
{
background-color: #10299B;
}
</style>
border-color css
<style>
span { border-color: #10299B; }
span { border-color: rgb(16,41,155); }
td.TdClassName
{
border-color: #10299B;
}
.TagClassName
{
border-color: #10299B;
}
</style>