Shades of Egyptian Blue #10399F
Tints of Egyptian Blue #10399F
RGB
CMYK
RGB Variations
Color information
#10399F (or 0x10399F) is known color: Egyptian Blue. HEX triplet: 10, 39 and 9F. RGB value is (16,57,159). Sum of RGB (Red+Green+Blue) = 16+57+159=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #10399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10399F is #EFC660. Grayscale: #373737. Windows color (decimal): -15713889 or 10434832. OLE color: 10434832.
HSL color Cylindrical-coordinate representation of color #10399F: hue angle of 222.8º 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 #10399F is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 57 | 159 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.38 |
| HSL | 222.8º | 0.82% | 0.34% | - |
| HSV(B) | 222.8º | 0.9% | 0.62% | - |
| XYZ | 7.93 | 5.54 | 33.45 | - |
| YUV | 56.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 159 | 0.90 | 0.64 | 0 | 0.38 | 222.8 | 0.82 | 0.34 |
| Hex | 10 | 39 | 9F | 5A | 40 | 0 | 26 | DF | 52 | 22 |
| Octal | 20 | 71 | 237 | 132 | 100 | 0 | 46 | 337 | 122 | 42 |
| Binary | 10000 | 111001 | 10011111 | 1011010 | 1000000 | 0 | 100110 | 11011111 | 1010010 | 100010 |
Color Harmonies of #10399F
Complementary color
Monochromatic Colors of #10399F
Black with #10399F
Text Example
Text Example
White with #10399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10399F; }
p { color: rgb(16,57,159); }
H1.HeaderClassName
{
color: #10399F;
}
.AnyTagClassName
{
color: #10399F;
}
</style>
background-color css
<style>
a { background-color: #10399F; }
a { background-color: rgb(16,57,159); }
div.DivClassName
{
background-color: #10399F;
}
.BgClassName
{
background-color: #10399F;
}
</style>
border-color css
<style>
span { border-color: #10399F; }
span { border-color: rgb(16,57,159); }
td.TdClassName
{
border-color: #10399F;
}
.TagClassName
{
border-color: #10399F;
}
</style>