Shades of Egyptian Blue #113A9C
Tints of Egyptian Blue #113A9C
RGB
CMYK
RGB Variations
Color information
#113A9C (or 0x113A9C) is known color: Egyptian Blue. HEX triplet: 11, 3A and 9C. RGB value is (17,58,156). Sum of RGB (Red+Green+Blue) = 17+58+156=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #113A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A9C is #EEC563. Grayscale: #383838. Windows color (decimal): -15648100 or 10238481. OLE color: 10238481.
HSL color Cylindrical-coordinate representation of color #113A9C: hue angle of 222.3º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113A9C is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 58 | 156 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.39 |
| HSL | 222.3º | 0.8% | 0.34% | - |
| HSV(B) | 222.3º | 0.89% | 0.61% | - |
| XYZ | 7.74 | 5.55 | 32.11 | - |
| YUV | 56.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 156 | 0.89 | 0.63 | 0 | 0.39 | 222.3 | 0.8 | 0.34 |
| Hex | 11 | 3A | 9C | 59 | 3F | 0 | 27 | DE | 50 | 22 |
| Octal | 21 | 72 | 234 | 131 | 77 | 0 | 47 | 336 | 120 | 42 |
| Binary | 10001 | 111010 | 10011100 | 1011001 | 111111 | 0 | 100111 | 11011110 | 1010000 | 100010 |
Color Harmonies of #113A9C
Complementary color
Monochromatic Colors of #113A9C
Black with #113A9C
Text Example
Text Example
White with #113A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A9C; }
p { color: rgb(17,58,156); }
H1.HeaderClassName
{
color: #113A9C;
}
.AnyTagClassName
{
color: #113A9C;
}
</style>
background-color css
<style>
a { background-color: #113A9C; }
a { background-color: rgb(17,58,156); }
div.DivClassName
{
background-color: #113A9C;
}
.BgClassName
{
background-color: #113A9C;
}
</style>
border-color css
<style>
span { border-color: #113A9C; }
span { border-color: rgb(17,58,156); }
td.TdClassName
{
border-color: #113A9C;
}
.TagClassName
{
border-color: #113A9C;
}
</style>