Shades of Egyptian Blue #193E9B
Tints of Egyptian Blue #193E9B
RGB
CMYK
RGB Variations
Color information
#193E9B (or 0x193E9B) is known color: Egyptian Blue. HEX triplet: 19, 3E and 9B. RGB value is (25,62,155). Sum of RGB (Red+Green+Blue) = 25+62+155=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #193E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E9B is #E6C164. Grayscale: #3D3D3D. Windows color (decimal): -15122789 or 10173977. OLE color: 10173977.
HSL color Cylindrical-coordinate representation of color #193E9B: hue angle of 222.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193E9B is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 62 | 155 | - |
| CMYK | 0.84 | 0.6 | 0 | 0.39 |
| HSL | 222.92º | 0.72% | 0.35% | - |
| HSV(B) | 222.92º | 0.84% | 0.61% | - |
| XYZ | 8.04 | 6.02 | 31.75 | - |
| YUV | 61.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 155 | 0.84 | 0.6 | 0 | 0.39 | 222.92 | 0.72 | 0.35 |
| Hex | 19 | 3E | 9B | 54 | 3C | 0 | 27 | DF | 48 | 23 |
| Octal | 31 | 76 | 233 | 124 | 74 | 0 | 47 | 337 | 110 | 43 |
| Binary | 11001 | 111110 | 10011011 | 1010100 | 111100 | 0 | 100111 | 11011111 | 1001000 | 100011 |
Color Harmonies of #193E9B
Complementary color
Monochromatic Colors of #193E9B
Black with #193E9B
Text Example
Text Example
White with #193E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E9B; }
p { color: rgb(25,62,155); }
H1.HeaderClassName
{
color: #193E9B;
}
.AnyTagClassName
{
color: #193E9B;
}
</style>
background-color css
<style>
a { background-color: #193E9B; }
a { background-color: rgb(25,62,155); }
div.DivClassName
{
background-color: #193E9B;
}
.BgClassName
{
background-color: #193E9B;
}
</style>
border-color css
<style>
span { border-color: #193E9B; }
span { border-color: rgb(25,62,155); }
td.TdClassName
{
border-color: #193E9B;
}
.TagClassName
{
border-color: #193E9B;
}
</style>