Shades of Egyptian Blue #193DA2
Tints of Egyptian Blue #193DA2
RGB
CMYK
RGB Variations
Color information
#193DA2 (or 0x193DA2) is known color: Egyptian Blue. HEX triplet: 19, 3D and A2. RGB value is (25,61,162). Sum of RGB (Red+Green+Blue) = 25+61+162=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #193DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DA2 is #E6C25D. Grayscale: #3D3D3D. Windows color (decimal): -15123038 or 10632473. OLE color: 10632473.
HSL color Cylindrical-coordinate representation of color #193DA2: hue angle of 224.23º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193DA2 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 61 | 162 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.36 |
| HSL | 224.23º | 0.73% | 0.37% | - |
| HSV(B) | 224.23º | 0.85% | 0.64% | - |
| XYZ | 8.59 | 6.15 | 34.92 | - |
| YUV | 61.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 162 | 0.85 | 0.62 | 0 | 0.36 | 224.23 | 0.73 | 0.37 |
| Hex | 19 | 3D | A2 | 55 | 3E | 0 | 24 | E0 | 49 | 25 |
| Octal | 31 | 75 | 242 | 125 | 76 | 0 | 44 | 340 | 111 | 45 |
| Binary | 11001 | 111101 | 10100010 | 1010101 | 111110 | 0 | 100100 | 11100000 | 1001001 | 100101 |
Color Harmonies of #193DA2
Complementary color
Monochromatic Colors of #193DA2
Black with #193DA2
Text Example
Text Example
White with #193DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DA2; }
p { color: rgb(25,61,162); }
H1.HeaderClassName
{
color: #193DA2;
}
.AnyTagClassName
{
color: #193DA2;
}
</style>
background-color css
<style>
a { background-color: #193DA2; }
a { background-color: rgb(25,61,162); }
div.DivClassName
{
background-color: #193DA2;
}
.BgClassName
{
background-color: #193DA2;
}
</style>
border-color css
<style>
span { border-color: #193DA2; }
span { border-color: rgb(25,61,162); }
td.TdClassName
{
border-color: #193DA2;
}
.TagClassName
{
border-color: #193DA2;
}
</style>