Shades of Egyptian Blue #10369C
Tints of Egyptian Blue #10369C
RGB
CMYK
RGB Variations
Color information
#10369C (or 0x10369C) is known color: Egyptian Blue. HEX triplet: 10, 36 and 9C. RGB value is (16,54,156). Sum of RGB (Red+Green+Blue) = 16+54+156=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #10369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10369C is #EFC963. Grayscale: #353535. Windows color (decimal): -15714660 or 10237456. OLE color: 10237456.
HSL color Cylindrical-coordinate representation of color #10369C: hue angle of 223.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10369C is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 54 | 156 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.39 |
| HSL | 223.71º | 0.81% | 0.34% | - |
| HSV(B) | 223.71º | 0.9% | 0.61% | - |
| XYZ | 7.53 | 5.15 | 32.05 | - |
| YUV | 54.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 156 | 0.90 | 0.65 | 0 | 0.39 | 223.71 | 0.81 | 0.34 |
| Hex | 10 | 36 | 9C | 5A | 41 | 0 | 27 | E0 | 51 | 22 |
| Octal | 20 | 66 | 234 | 132 | 101 | 0 | 47 | 340 | 121 | 42 |
| Binary | 10000 | 110110 | 10011100 | 1011010 | 1000001 | 0 | 100111 | 11100000 | 1010001 | 100010 |
Color Harmonies of #10369C
Complementary color
Monochromatic Colors of #10369C
Black with #10369C
Text Example
Text Example
White with #10369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10369C; }
p { color: rgb(16,54,156); }
H1.HeaderClassName
{
color: #10369C;
}
.AnyTagClassName
{
color: #10369C;
}
</style>
background-color css
<style>
a { background-color: #10369C; }
a { background-color: rgb(16,54,156); }
div.DivClassName
{
background-color: #10369C;
}
.BgClassName
{
background-color: #10369C;
}
</style>
border-color css
<style>
span { border-color: #10369C; }
span { border-color: rgb(16,54,156); }
td.TdClassName
{
border-color: #10369C;
}
.TagClassName
{
border-color: #10369C;
}
</style>