Shades of Egyptian Blue #10239C
Tints of Egyptian Blue #10239C
RGB
CMYK
RGB Variations
Color information
#10239C (or 0x10239C) is known color: Egyptian Blue. HEX triplet: 10, 23 and 9C. RGB value is (16,35,156). Sum of RGB (Red+Green+Blue) = 16+35+156=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #10239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10239C is #EFDC63. Grayscale: #2A2A2A. Windows color (decimal): -15719524 or 10232592. OLE color: 10232592.
HSL color Cylindrical-coordinate representation of color #10239C: hue angle of 231.86º 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 #10239C is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 35 | 156 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.39 |
| HSL | 231.86º | 0.81% | 0.34% | - |
| HSV(B) | 231.86º | 0.9% | 0.61% | - |
| XYZ | 6.82 | 3.71 | 31.81 | - |
| YUV | 43.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 156 | 0.90 | 0.78 | 0 | 0.39 | 231.86 | 0.81 | 0.34 |
| Hex | 10 | 23 | 9C | 5A | 4E | 0 | 27 | E8 | 51 | 22 |
| Octal | 20 | 43 | 234 | 132 | 116 | 0 | 47 | 350 | 121 | 42 |
| Binary | 10000 | 100011 | 10011100 | 1011010 | 1001110 | 0 | 100111 | 11101000 | 1010001 | 100010 |
Color Harmonies of #10239C
Complementary color
Monochromatic Colors of #10239C
Black with #10239C
Text Example
Text Example
White with #10239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10239C; }
p { color: rgb(16,35,156); }
H1.HeaderClassName
{
color: #10239C;
}
.AnyTagClassName
{
color: #10239C;
}
</style>
background-color css
<style>
a { background-color: #10239C; }
a { background-color: rgb(16,35,156); }
div.DivClassName
{
background-color: #10239C;
}
.BgClassName
{
background-color: #10239C;
}
</style>
border-color css
<style>
span { border-color: #10239C; }
span { border-color: rgb(16,35,156); }
td.TdClassName
{
border-color: #10239C;
}
.TagClassName
{
border-color: #10239C;
}
</style>