Shades of Egyptian Blue #132CB3
Tints of Egyptian Blue #132CB3
RGB
CMYK
RGB Variations
Color information
#132CB3 (or 0x132CB3) is known color: Egyptian Blue. HEX triplet: 13, 2C and B3. RGB value is (19,44,179). Sum of RGB (Red+Green+Blue) = 19+44+179=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #132CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CB3 is #ECD34C. Grayscale: #333333. Windows color (decimal): -15520589 or 11742227. OLE color: 11742227.
HSL color Cylindrical-coordinate representation of color #132CB3: hue angle of 230.62º 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 #132CB3 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 44 | 179 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.30 |
| HSL | 230.63º | 0.81% | 0.39% | - |
| HSV(B) | 230.63º | 0.89% | 0.7% | - |
| XYZ | 9.31 | 5.19 | 43.16 | - |
| YUV | 51.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 179 | 0.89 | 0.75 | 0 | 0.30 | 230.63 | 0.81 | 0.39 |
| Hex | 13 | 2C | B3 | 59 | 4B | 0 | 1E | E7 | 51 | 27 |
| Octal | 23 | 54 | 263 | 131 | 113 | 0 | 36 | 347 | 121 | 47 |
| Binary | 10011 | 101100 | 10110011 | 1011001 | 1001011 | 0 | 11110 | 11100111 | 1010001 | 100111 |
Color Harmonies of #132CB3
Complementary color
Monochromatic Colors of #132CB3
Black with #132CB3
Text Example
Text Example
White with #132CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CB3; }
p { color: rgb(19,44,179); }
H1.HeaderClassName
{
color: #132CB3;
}
.AnyTagClassName
{
color: #132CB3;
}
</style>
background-color css
<style>
a { background-color: #132CB3; }
a { background-color: rgb(19,44,179); }
div.DivClassName
{
background-color: #132CB3;
}
.BgClassName
{
background-color: #132CB3;
}
</style>
border-color css
<style>
span { border-color: #132CB3; }
span { border-color: rgb(19,44,179); }
td.TdClassName
{
border-color: #132CB3;
}
.TagClassName
{
border-color: #132CB3;
}
</style>