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