Shades of Egyptian Blue #132DAB
Tints of Egyptian Blue #132DAB
RGB
CMYK
RGB Variations
Color information
#132DAB (or 0x132DAB) is known color: Egyptian Blue. HEX triplet: 13, 2D and AB. RGB value is (19,45,171). Sum of RGB (Red+Green+Blue) = 19+45+171=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #132DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DAB is #ECD254. Grayscale: #333333. Windows color (decimal): -15520341 or 11218195. OLE color: 11218195.
HSL color Cylindrical-coordinate representation of color #132DAB: hue angle of 229.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132DAB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 45 | 171 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.33 |
| HSL | 229.74º | 0.8% | 0.37% | - |
| HSV(B) | 229.74º | 0.89% | 0.67% | - |
| XYZ | 8.56 | 4.96 | 39.03 | - |
| YUV | 51.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 171 | 0.89 | 0.74 | 0 | 0.33 | 229.74 | 0.8 | 0.37 |
| Hex | 13 | 2D | AB | 59 | 4A | 0 | 21 | E6 | 50 | 25 |
| Octal | 23 | 55 | 253 | 131 | 112 | 0 | 41 | 346 | 120 | 45 |
| Binary | 10011 | 101101 | 10101011 | 1011001 | 1001010 | 0 | 100001 | 11100110 | 1010000 | 100101 |
Color Harmonies of #132DAB
Complementary color
Monochromatic Colors of #132DAB
Black with #132DAB
Text Example
Text Example
White with #132DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DAB; }
p { color: rgb(19,45,171); }
H1.HeaderClassName
{
color: #132DAB;
}
.AnyTagClassName
{
color: #132DAB;
}
</style>
background-color css
<style>
a { background-color: #132DAB; }
a { background-color: rgb(19,45,171); }
div.DivClassName
{
background-color: #132DAB;
}
.BgClassName
{
background-color: #132DAB;
}
</style>
border-color css
<style>
span { border-color: #132DAB; }
span { border-color: rgb(19,45,171); }
td.TdClassName
{
border-color: #132DAB;
}
.TagClassName
{
border-color: #132DAB;
}
</style>