Shades of Egyptian Blue #10369E
Tints of Egyptian Blue #10369E
RGB
CMYK
RGB Variations
Color information
#10369E (or 0x10369E) is known color: Egyptian Blue. HEX triplet: 10, 36 and 9E. RGB value is (16,54,158). Sum of RGB (Red+Green+Blue) = 16+54+158=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #10369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10369E is #EFC961. Grayscale: #363636. Windows color (decimal): -15714658 or 10368528. OLE color: 10368528.
HSL color Cylindrical-coordinate representation of color #10369E: hue angle of 223.94º 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 #10369E is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 54 | 158 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.38 |
| HSL | 223.94º | 0.82% | 0.34% | - |
| HSV(B) | 223.94º | 0.9% | 0.62% | - |
| XYZ | 7.7 | 5.22 | 32.95 | - |
| YUV | 54.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 158 | 0.90 | 0.66 | 0 | 0.38 | 223.94 | 0.82 | 0.34 |
| Hex | 10 | 36 | 9E | 5A | 42 | 0 | 26 | E0 | 52 | 22 |
| Octal | 20 | 66 | 236 | 132 | 102 | 0 | 46 | 340 | 122 | 42 |
| Binary | 10000 | 110110 | 10011110 | 1011010 | 1000010 | 0 | 100110 | 11100000 | 1010010 | 100010 |
Color Harmonies of #10369E
Complementary color
Monochromatic Colors of #10369E
Black with #10369E
Text Example
Text Example
White with #10369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10369E; }
p { color: rgb(16,54,158); }
H1.HeaderClassName
{
color: #10369E;
}
.AnyTagClassName
{
color: #10369E;
}
</style>
background-color css
<style>
a { background-color: #10369E; }
a { background-color: rgb(16,54,158); }
div.DivClassName
{
background-color: #10369E;
}
.BgClassName
{
background-color: #10369E;
}
</style>
border-color css
<style>
span { border-color: #10369E; }
span { border-color: rgb(16,54,158); }
td.TdClassName
{
border-color: #10369E;
}
.TagClassName
{
border-color: #10369E;
}
</style>