Shades of Egyptian Blue #193DA8
Tints of Egyptian Blue #193DA8
RGB
CMYK
RGB Variations
Color information
#193DA8 (or 0x193DA8) is known color: Egyptian Blue. HEX triplet: 19, 3D and A8. RGB value is (25,61,168). Sum of RGB (Red+Green+Blue) = 25+61+168=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 168 (66.02% from 255 or 66.14% from 254); Max value from RGB is 168 - color contains mainly: blue. Hex color #193DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DA8 is #E6C257. Grayscale: #3D3D3D. Windows color (decimal): -15123032 or 11025689. OLE color: 11025689.
HSL color Cylindrical-coordinate representation of color #193DA8: hue angle of 224.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193DA8 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 61 | 168 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.34 |
| HSL | 224.9º | 0.74% | 0.38% | - |
| HSV(B) | 224.9º | 0.85% | 0.66% | - |
| XYZ | 9.14 | 6.37 | 37.79 | - |
| YUV | 62.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 168 | 0.85 | 0.64 | 0 | 0.34 | 224.9 | 0.74 | 0.38 |
| Hex | 19 | 3D | A8 | 55 | 40 | 0 | 22 | E1 | 4A | 26 |
| Octal | 31 | 75 | 250 | 125 | 100 | 0 | 42 | 341 | 112 | 46 |
| Binary | 11001 | 111101 | 10101000 | 1010101 | 1000000 | 0 | 100010 | 11100001 | 1001010 | 100110 |
Color Harmonies of #193DA8
Complementary color
Monochromatic Colors of #193DA8
Black with #193DA8
Text Example
Text Example
White with #193DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DA8; }
p { color: rgb(25,61,168); }
H1.HeaderClassName
{
color: #193DA8;
}
.AnyTagClassName
{
color: #193DA8;
}
</style>
background-color css
<style>
a { background-color: #193DA8; }
a { background-color: rgb(25,61,168); }
div.DivClassName
{
background-color: #193DA8;
}
.BgClassName
{
background-color: #193DA8;
}
</style>
border-color css
<style>
span { border-color: #193DA8; }
span { border-color: rgb(25,61,168); }
td.TdClassName
{
border-color: #193DA8;
}
.TagClassName
{
border-color: #193DA8;
}
</style>