Shades of Egyptian Blue #104299
Tints of Egyptian Blue #104299
RGB
CMYK
RGB Variations
Color information
#104299 (or 0x104299) is known color: Egyptian Blue. HEX triplet: 10, 42 and 99. RGB value is (16,66,153). Sum of RGB (Red+Green+Blue) = 16+66+153=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #104299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104299 is #EFBD66. Grayscale: #3C3C3C. Windows color (decimal): -15711591 or 10043920. OLE color: 10043920.
HSL color Cylindrical-coordinate representation of color #104299: hue angle of 218.1º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104299 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 66 | 153 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.4 |
| HSL | 218.1º | 0.81% | 0.33% | - |
| HSV(B) | 218.1º | 0.9% | 0.6% | - |
| XYZ | 7.91 | 6.31 | 30.94 | - |
| YUV | 60.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 153 | 0.90 | 0.57 | 0 | 0.4 | 218.1 | 0.81 | 0.33 |
| Hex | 10 | 42 | 99 | 5A | 39 | 0 | 28 | DA | 51 | 21 |
| Octal | 20 | 102 | 231 | 132 | 71 | 0 | 50 | 332 | 121 | 41 |
| Binary | 10000 | 1000010 | 10011001 | 1011010 | 111001 | 0 | 101000 | 11011010 | 1010001 | 100001 |
Color Harmonies of #104299
Complementary color
Monochromatic Colors of #104299
Black with #104299
Text Example
Text Example
White with #104299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104299; }
p { color: rgb(16,66,153); }
H1.HeaderClassName
{
color: #104299;
}
.AnyTagClassName
{
color: #104299;
}
</style>
background-color css
<style>
a { background-color: #104299; }
a { background-color: rgb(16,66,153); }
div.DivClassName
{
background-color: #104299;
}
.BgClassName
{
background-color: #104299;
}
</style>
border-color css
<style>
span { border-color: #104299; }
span { border-color: rgb(16,66,153); }
td.TdClassName
{
border-color: #104299;
}
.TagClassName
{
border-color: #104299;
}
</style>