Shades of Egyptian Blue #193B9A
Tints of Egyptian Blue #193B9A
RGB
CMYK
RGB Variations
Color information
#193B9A (or 0x193B9A) is known color: Egyptian Blue. HEX triplet: 19, 3B and 9A. RGB value is (25,59,154). Sum of RGB (Red+Green+Blue) = 25+59+154=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #193B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B9A is #E6C465. Grayscale: #3B3B3B. Windows color (decimal): -15123558 or 10107673. OLE color: 10107673.
HSL color Cylindrical-coordinate representation of color #193B9A: hue angle of 224.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193B9A is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 59 | 154 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.40 |
| HSL | 224.19º | 0.72% | 0.35% | - |
| HSV(B) | 224.19º | 0.84% | 0.6% | - |
| XYZ | 7.8 | 5.67 | 31.25 | - |
| YUV | 59.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 154 | 0.84 | 0.62 | 0 | 0.40 | 224.19 | 0.72 | 0.35 |
| Hex | 19 | 3B | 9A | 54 | 3E | 0 | 28 | E0 | 48 | 23 |
| Octal | 31 | 73 | 232 | 124 | 76 | 0 | 50 | 340 | 110 | 43 |
| Binary | 11001 | 111011 | 10011010 | 1010100 | 111110 | 0 | 101000 | 11100000 | 1001000 | 100011 |
Color Harmonies of #193B9A
Complementary color
Monochromatic Colors of #193B9A
Black with #193B9A
Text Example
Text Example
White with #193B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B9A; }
p { color: rgb(25,59,154); }
H1.HeaderClassName
{
color: #193B9A;
}
.AnyTagClassName
{
color: #193B9A;
}
</style>
background-color css
<style>
a { background-color: #193B9A; }
a { background-color: rgb(25,59,154); }
div.DivClassName
{
background-color: #193B9A;
}
.BgClassName
{
background-color: #193B9A;
}
</style>
border-color css
<style>
span { border-color: #193B9A; }
span { border-color: rgb(25,59,154); }
td.TdClassName
{
border-color: #193B9A;
}
.TagClassName
{
border-color: #193B9A;
}
</style>