Shades of Egyptian Blue #193897
Tints of Egyptian Blue #193897
RGB
CMYK
RGB Variations
Color information
#193897 (or 0x193897) is known color: Egyptian Blue. HEX triplet: 19, 38 and 97. RGB value is (25,56,151). Sum of RGB (Red+Green+Blue) = 25+56+151=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #193897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193897 is #E6C768. Grayscale: #393939. Windows color (decimal): -15124329 or 9910297. OLE color: 9910297.
HSL color Cylindrical-coordinate representation of color #193897: hue angle of 225.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193897 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 56 | 151 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.41 |
| HSL | 225.24º | 0.72% | 0.35% | - |
| HSV(B) | 225.24º | 0.83% | 0.59% | - |
| XYZ | 7.4 | 5.27 | 29.91 | - |
| YUV | 57.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 151 | 0.83 | 0.63 | 0 | 0.41 | 225.24 | 0.72 | 0.35 |
| Hex | 19 | 38 | 97 | 53 | 3F | 0 | 29 | E1 | 48 | 23 |
| Octal | 31 | 70 | 227 | 123 | 77 | 0 | 51 | 341 | 110 | 43 |
| Binary | 11001 | 111000 | 10010111 | 1010011 | 111111 | 0 | 101001 | 11100001 | 1001000 | 100011 |
Color Harmonies of #193897
Complementary color
Monochromatic Colors of #193897
Black with #193897
Text Example
Text Example
White with #193897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193897; }
p { color: rgb(25,56,151); }
H1.HeaderClassName
{
color: #193897;
}
.AnyTagClassName
{
color: #193897;
}
</style>
background-color css
<style>
a { background-color: #193897; }
a { background-color: rgb(25,56,151); }
div.DivClassName
{
background-color: #193897;
}
.BgClassName
{
background-color: #193897;
}
</style>
border-color css
<style>
span { border-color: #193897; }
span { border-color: rgb(25,56,151); }
td.TdClassName
{
border-color: #193897;
}
.TagClassName
{
border-color: #193897;
}
</style>