Shades of Egyptian Blue #193995
Tints of Egyptian Blue #193995
RGB
CMYK
RGB Variations
Color information
#193995 (or 0x193995) is known color: Egyptian Blue. HEX triplet: 19, 39 and 95. RGB value is (25,57,149). Sum of RGB (Red+Green+Blue) = 25+57+149=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #193995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193995 is #E6C66A. Grayscale: #393939. Windows color (decimal): -15124075 or 9779481. OLE color: 9779481.
HSL color Cylindrical-coordinate representation of color #193995: hue angle of 224.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193995 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 57 | 149 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.42 |
| HSL | 224.52º | 0.71% | 0.34% | - |
| HSV(B) | 224.52º | 0.83% | 0.58% | - |
| XYZ | 7.29 | 5.3 | 29.07 | - |
| YUV | 57.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 149 | 0.83 | 0.62 | 0 | 0.42 | 224.52 | 0.71 | 0.34 |
| Hex | 19 | 39 | 95 | 53 | 3E | 0 | 2A | E1 | 47 | 22 |
| Octal | 31 | 71 | 225 | 123 | 76 | 0 | 52 | 341 | 107 | 42 |
| Binary | 11001 | 111001 | 10010101 | 1010011 | 111110 | 0 | 101010 | 11100001 | 1000111 | 100010 |
Color Harmonies of #193995
Complementary color
Monochromatic Colors of #193995
Black with #193995
Text Example
Text Example
White with #193995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193995; }
p { color: rgb(25,57,149); }
H1.HeaderClassName
{
color: #193995;
}
.AnyTagClassName
{
color: #193995;
}
</style>
background-color css
<style>
a { background-color: #193995; }
a { background-color: rgb(25,57,149); }
div.DivClassName
{
background-color: #193995;
}
.BgClassName
{
background-color: #193995;
}
</style>
border-color css
<style>
span { border-color: #193995; }
span { border-color: rgb(25,57,149); }
td.TdClassName
{
border-color: #193995;
}
.TagClassName
{
border-color: #193995;
}
</style>