Shades of Egyptian Blue #193B9D
Tints of Egyptian Blue #193B9D
RGB
CMYK
RGB Variations
Color information
#193B9D (or 0x193B9D) is known color: Egyptian Blue. HEX triplet: 19, 3B and 9D. RGB value is (25,59,157). Sum of RGB (Red+Green+Blue) = 25+59+157=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #193B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B9D is #E6C462. Grayscale: #3B3B3B. Windows color (decimal): -15123555 or 10304281. OLE color: 10304281.
HSL color Cylindrical-coordinate representation of color #193B9D: hue angle of 224.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193B9D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 59 | 157 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.38 |
| HSL | 224.55º | 0.73% | 0.36% | - |
| HSV(B) | 224.55º | 0.84% | 0.62% | - |
| XYZ | 8.05 | 5.77 | 32.59 | - |
| YUV | 60.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 157 | 0.84 | 0.62 | 0 | 0.38 | 224.55 | 0.73 | 0.36 |
| Hex | 19 | 3B | 9D | 54 | 3E | 0 | 26 | E1 | 49 | 24 |
| Octal | 31 | 73 | 235 | 124 | 76 | 0 | 46 | 341 | 111 | 44 |
| Binary | 11001 | 111011 | 10011101 | 1010100 | 111110 | 0 | 100110 | 11100001 | 1001001 | 100100 |
Color Harmonies of #193B9D
Complementary color
Monochromatic Colors of #193B9D
Black with #193B9D
Text Example
Text Example
White with #193B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B9D; }
p { color: rgb(25,59,157); }
H1.HeaderClassName
{
color: #193B9D;
}
.AnyTagClassName
{
color: #193B9D;
}
</style>
background-color css
<style>
a { background-color: #193B9D; }
a { background-color: rgb(25,59,157); }
div.DivClassName
{
background-color: #193B9D;
}
.BgClassName
{
background-color: #193B9D;
}
</style>
border-color css
<style>
span { border-color: #193B9D; }
span { border-color: rgb(25,59,157); }
td.TdClassName
{
border-color: #193B9D;
}
.TagClassName
{
border-color: #193B9D;
}
</style>