Shades of Egyptian Blue #10389A
Tints of Egyptian Blue #10389A
RGB
CMYK
RGB Variations
Color information
#10389A (or 0x10389A) is known color: Egyptian Blue. HEX triplet: 10, 38 and 9A. RGB value is (16,56,154). Sum of RGB (Red+Green+Blue) = 16+56+154=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #10389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10389A is #EFC765. Grayscale: #363636. Windows color (decimal): -15714150 or 10106896. OLE color: 10106896.
HSL color Cylindrical-coordinate representation of color #10389A: hue angle of 222.61º 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 #10389A is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 56 | 154 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.40 |
| HSL | 222.61º | 0.81% | 0.33% | - |
| HSV(B) | 222.61º | 0.9% | 0.6% | - |
| XYZ | 7.46 | 5.27 | 31.2 | - |
| YUV | 55.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 154 | 0.90 | 0.64 | 0 | 0.40 | 222.61 | 0.81 | 0.33 |
| Hex | 10 | 38 | 9A | 5A | 40 | 0 | 28 | DF | 51 | 21 |
| Octal | 20 | 70 | 232 | 132 | 100 | 0 | 50 | 337 | 121 | 41 |
| Binary | 10000 | 111000 | 10011010 | 1011010 | 1000000 | 0 | 101000 | 11011111 | 1010001 | 100001 |
Color Harmonies of #10389A
Complementary color
Monochromatic Colors of #10389A
Black with #10389A
Text Example
Text Example
White with #10389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10389A; }
p { color: rgb(16,56,154); }
H1.HeaderClassName
{
color: #10389A;
}
.AnyTagClassName
{
color: #10389A;
}
</style>
background-color css
<style>
a { background-color: #10389A; }
a { background-color: rgb(16,56,154); }
div.DivClassName
{
background-color: #10389A;
}
.BgClassName
{
background-color: #10389A;
}
</style>
border-color css
<style>
span { border-color: #10389A; }
span { border-color: rgb(16,56,154); }
td.TdClassName
{
border-color: #10389A;
}
.TagClassName
{
border-color: #10389A;
}
</style>