Shades of Egyptian Blue #193288
Tints of Egyptian Blue #193288
RGB
CMYK
RGB Variations
Color information
#193288 (or 0x193288) is known color: Egyptian Blue. HEX triplet: 19, 32 and 88. RGB value is (25,50,136). Sum of RGB (Red+Green+Blue) = 25+50+136=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #193288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193288 is #E6CD77. Grayscale: #333333. Windows color (decimal): -15125880 or 8925721. OLE color: 8925721.
HSL color Cylindrical-coordinate representation of color #193288: hue angle of 226.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193288 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 50 | 136 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.47 |
| HSL | 226.49º | 0.69% | 0.32% | - |
| HSV(B) | 226.49º | 0.82% | 0.53% | - |
| XYZ | 5.99 | 4.27 | 23.8 | - |
| YUV | 52.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 136 | 0.82 | 0.63 | 0 | 0.47 | 226.49 | 0.69 | 0.32 |
| Hex | 19 | 32 | 88 | 52 | 3F | 0 | 2F | E2 | 45 | 20 |
| Octal | 31 | 62 | 210 | 122 | 77 | 0 | 57 | 342 | 105 | 40 |
| Binary | 11001 | 110010 | 10001000 | 1010010 | 111111 | 0 | 101111 | 11100010 | 1000101 | 100000 |
Color Harmonies of #193288
Complementary color
Monochromatic Colors of #193288
Black with #193288
Text Example
Text Example
White with #193288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193288; }
p { color: rgb(25,50,136); }
H1.HeaderClassName
{
color: #193288;
}
.AnyTagClassName
{
color: #193288;
}
</style>
background-color css
<style>
a { background-color: #193288; }
a { background-color: rgb(25,50,136); }
div.DivClassName
{
background-color: #193288;
}
.BgClassName
{
background-color: #193288;
}
</style>
border-color css
<style>
span { border-color: #193288; }
span { border-color: rgb(25,50,136); }
td.TdClassName
{
border-color: #193288;
}
.TagClassName
{
border-color: #193288;
}
</style>