Shades of Egyptian Blue #132EB2
Tints of Egyptian Blue #132EB2
RGB
CMYK
RGB Variations
Color information
#132EB2 (or 0x132EB2) is known color: Egyptian Blue. HEX triplet: 13, 2E and B2. RGB value is (19,46,178). Sum of RGB (Red+Green+Blue) = 19+46+178=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #132EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132EB2 is #ECD14D. Grayscale: #343434. Windows color (decimal): -15520078 or 11677203. OLE color: 11677203.
HSL color Cylindrical-coordinate representation of color #132EB2: hue angle of 229.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132EB2 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 46 | 178 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.30 |
| HSL | 229.81º | 0.81% | 0.39% | - |
| HSV(B) | 229.81º | 0.89% | 0.7% | - |
| XYZ | 9.28 | 5.31 | 42.65 | - |
| YUV | 52.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 178 | 0.89 | 0.74 | 0 | 0.30 | 229.81 | 0.81 | 0.39 |
| Hex | 13 | 2E | B2 | 59 | 4A | 0 | 1E | E6 | 51 | 27 |
| Octal | 23 | 56 | 262 | 131 | 112 | 0 | 36 | 346 | 121 | 47 |
| Binary | 10011 | 101110 | 10110010 | 1011001 | 1001010 | 0 | 11110 | 11100110 | 1010001 | 100111 |
Color Harmonies of #132EB2
Complementary color
Monochromatic Colors of #132EB2
Black with #132EB2
Text Example
Text Example
White with #132EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EB2; }
p { color: rgb(19,46,178); }
H1.HeaderClassName
{
color: #132EB2;
}
.AnyTagClassName
{
color: #132EB2;
}
</style>
background-color css
<style>
a { background-color: #132EB2; }
a { background-color: rgb(19,46,178); }
div.DivClassName
{
background-color: #132EB2;
}
.BgClassName
{
background-color: #132EB2;
}
</style>
border-color css
<style>
span { border-color: #132EB2; }
span { border-color: rgb(19,46,178); }
td.TdClassName
{
border-color: #132EB2;
}
.TagClassName
{
border-color: #132EB2;
}
</style>