Shades of Egyptian Blue #193CAB
Tints of Egyptian Blue #193CAB
RGB
CMYK
RGB Variations
Color information
#193CAB (or 0x193CAB) is known color: Egyptian Blue. HEX triplet: 19, 3C and AB. RGB value is (25,60,171). Sum of RGB (Red+Green+Blue) = 25+60+171=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #193CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CAB is #E6C354. Grayscale: #3D3D3D. Windows color (decimal): -15123285 or 11222041. OLE color: 11222041.
HSL color Cylindrical-coordinate representation of color #193CAB: hue angle of 225.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193CAB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 60 | 171 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.33 |
| HSL | 225.62º | 0.74% | 0.38% | - |
| HSV(B) | 225.62º | 0.85% | 0.67% | - |
| XYZ | 9.37 | 6.38 | 39.27 | - |
| YUV | 62.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 171 | 0.85 | 0.65 | 0 | 0.33 | 225.62 | 0.74 | 0.38 |
| Hex | 19 | 3C | AB | 55 | 41 | 0 | 21 | E2 | 4A | 26 |
| Octal | 31 | 74 | 253 | 125 | 101 | 0 | 41 | 342 | 112 | 46 |
| Binary | 11001 | 111100 | 10101011 | 1010101 | 1000001 | 0 | 100001 | 11100010 | 1001010 | 100110 |
Color Harmonies of #193CAB
Complementary color
Monochromatic Colors of #193CAB
Black with #193CAB
Text Example
Text Example
White with #193CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CAB; }
p { color: rgb(25,60,171); }
H1.HeaderClassName
{
color: #193CAB;
}
.AnyTagClassName
{
color: #193CAB;
}
</style>
background-color css
<style>
a { background-color: #193CAB; }
a { background-color: rgb(25,60,171); }
div.DivClassName
{
background-color: #193CAB;
}
.BgClassName
{
background-color: #193CAB;
}
</style>
border-color css
<style>
span { border-color: #193CAB; }
span { border-color: rgb(25,60,171); }
td.TdClassName
{
border-color: #193CAB;
}
.TagClassName
{
border-color: #193CAB;
}
</style>