Shades of Egyptian Blue #132A9F
Tints of Egyptian Blue #132A9F
RGB
CMYK
RGB Variations
Color information
#132A9F (or 0x132A9F) is known color: Egyptian Blue. HEX triplet: 13, 2A and 9F. RGB value is (19,42,159). Sum of RGB (Red+Green+Blue) = 19+42+159=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #132A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132A9F is #ECD560. Grayscale: #2F2F2F. Windows color (decimal): -15521121 or 10430995. OLE color: 10430995.
HSL color Cylindrical-coordinate representation of color #132A9F: hue angle of 230.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132A9F is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 42 | 159 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.38 |
| HSL | 230.14º | 0.79% | 0.35% | - |
| HSV(B) | 230.14º | 0.88% | 0.62% | - |
| XYZ | 7.35 | 4.3 | 33.24 | - |
| YUV | 48.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 159 | 0.88 | 0.74 | 0 | 0.38 | 230.14 | 0.79 | 0.35 |
| Hex | 13 | 2A | 9F | 58 | 4A | 0 | 26 | E6 | 4F | 23 |
| Octal | 23 | 52 | 237 | 130 | 112 | 0 | 46 | 346 | 117 | 43 |
| Binary | 10011 | 101010 | 10011111 | 1011000 | 1001010 | 0 | 100110 | 11100110 | 1001111 | 100011 |
Color Harmonies of #132A9F
Complementary color
Monochromatic Colors of #132A9F
Black with #132A9F
Text Example
Text Example
White with #132A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A9F; }
p { color: rgb(19,42,159); }
H1.HeaderClassName
{
color: #132A9F;
}
.AnyTagClassName
{
color: #132A9F;
}
</style>
background-color css
<style>
a { background-color: #132A9F; }
a { background-color: rgb(19,42,159); }
div.DivClassName
{
background-color: #132A9F;
}
.BgClassName
{
background-color: #132A9F;
}
</style>
border-color css
<style>
span { border-color: #132A9F; }
span { border-color: rgb(19,42,159); }
td.TdClassName
{
border-color: #132A9F;
}
.TagClassName
{
border-color: #132A9F;
}
</style>