Shades of Egyptian Blue #132593
Tints of Egyptian Blue #132593
RGB
CMYK
RGB Variations
Color information
#132593 (or 0x132593) is known color: Egyptian Blue. HEX triplet: 13, 25 and 93. RGB value is (19,37,147). Sum of RGB (Red+Green+Blue) = 19+37+147=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #132593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132593 is #ECDA6C. Grayscale: #2B2B2B. Windows color (decimal): -15522413 or 9643283. OLE color: 9643283.
HSL color Cylindrical-coordinate representation of color #132593: hue angle of 231.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132593 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 37 | 147 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.42 |
| HSL | 231.56º | 0.77% | 0.33% | - |
| HSV(B) | 231.56º | 0.87% | 0.58% | - |
| XYZ | 6.2 | 3.57 | 27.97 | - |
| YUV | 44.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 147 | 0.87 | 0.75 | 0 | 0.42 | 231.56 | 0.77 | 0.33 |
| Hex | 13 | 25 | 93 | 57 | 4B | 0 | 2A | E8 | 4D | 21 |
| Octal | 23 | 45 | 223 | 127 | 113 | 0 | 52 | 350 | 115 | 41 |
| Binary | 10011 | 100101 | 10010011 | 1010111 | 1001011 | 0 | 101010 | 11101000 | 1001101 | 100001 |
Color Harmonies of #132593
Complementary color
Monochromatic Colors of #132593
Black with #132593
Text Example
Text Example
White with #132593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132593; }
p { color: rgb(19,37,147); }
H1.HeaderClassName
{
color: #132593;
}
.AnyTagClassName
{
color: #132593;
}
</style>
background-color css
<style>
a { background-color: #132593; }
a { background-color: rgb(19,37,147); }
div.DivClassName
{
background-color: #132593;
}
.BgClassName
{
background-color: #132593;
}
</style>
border-color css
<style>
span { border-color: #132593; }
span { border-color: rgb(19,37,147); }
td.TdClassName
{
border-color: #132593;
}
.TagClassName
{
border-color: #132593;
}
</style>