Shades of Egyptian Blue #132D93
Tints of Egyptian Blue #132D93
RGB
CMYK
RGB Variations
Color information
#132D93 (or 0x132D93) is known color: Egyptian Blue. HEX triplet: 13, 2D and 93. RGB value is (19,45,147). Sum of RGB (Red+Green+Blue) = 19+45+147=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #132D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D93 is #ECD26C. Grayscale: #303030. Windows color (decimal): -15520365 or 9645331. OLE color: 9645331.
HSL color Cylindrical-coordinate representation of color #132D93: hue angle of 227.81º 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 #132D93 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 45 | 147 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.42 |
| HSL | 227.81º | 0.77% | 0.33% | - |
| HSV(B) | 227.81º | 0.87% | 0.58% | - |
| XYZ | 6.47 | 4.12 | 28.06 | - |
| YUV | 48.85 | 183.39 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 147 | 0.87 | 0.69 | 0 | 0.42 | 227.81 | 0.77 | 0.33 |
| Hex | 13 | 2D | 93 | 57 | 45 | 0 | 2A | E4 | 4D | 21 |
| Octal | 23 | 55 | 223 | 127 | 105 | 0 | 52 | 344 | 115 | 41 |
| Binary | 10011 | 101101 | 10010011 | 1010111 | 1000101 | 0 | 101010 | 11100100 | 1001101 | 100001 |
Color Harmonies of #132D93
Complementary color
Monochromatic Colors of #132D93
Black with #132D93
Text Example
Text Example
White with #132D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D93; }
p { color: rgb(19,45,147); }
H1.HeaderClassName
{
color: #132D93;
}
.AnyTagClassName
{
color: #132D93;
}
</style>
background-color css
<style>
a { background-color: #132D93; }
a { background-color: rgb(19,45,147); }
div.DivClassName
{
background-color: #132D93;
}
.BgClassName
{
background-color: #132D93;
}
</style>
border-color css
<style>
span { border-color: #132D93; }
span { border-color: rgb(19,45,147); }
td.TdClassName
{
border-color: #132D93;
}
.TagClassName
{
border-color: #132D93;
}
</style>