Shades of Egyptian Blue #133693
Tints of Egyptian Blue #133693
RGB
CMYK
RGB Variations
Color information
#133693 (or 0x133693) is known color: Egyptian Blue. HEX triplet: 13, 36 and 93. RGB value is (19,54,147). Sum of RGB (Red+Green+Blue) = 19+54+147=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #133693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133693 is #ECC96C. Grayscale: #353535. Windows color (decimal): -15518061 or 9647635. OLE color: 9647635.
HSL color Cylindrical-coordinate representation of color #133693: hue angle of 223.59º 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 #133693 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 54 | 147 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.42 |
| HSL | 223.59º | 0.77% | 0.33% | - |
| HSV(B) | 223.59º | 0.87% | 0.58% | - |
| XYZ | 6.85 | 4.88 | 28.19 | - |
| YUV | 54.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 147 | 0.87 | 0.63 | 0 | 0.42 | 223.59 | 0.77 | 0.33 |
| Hex | 13 | 36 | 93 | 57 | 3F | 0 | 2A | E0 | 4D | 21 |
| Octal | 23 | 66 | 223 | 127 | 77 | 0 | 52 | 340 | 115 | 41 |
| Binary | 10011 | 110110 | 10010011 | 1010111 | 111111 | 0 | 101010 | 11100000 | 1001101 | 100001 |
Color Harmonies of #133693
Complementary color
Monochromatic Colors of #133693
Black with #133693
Text Example
Text Example
White with #133693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133693; }
p { color: rgb(19,54,147); }
H1.HeaderClassName
{
color: #133693;
}
.AnyTagClassName
{
color: #133693;
}
</style>
background-color css
<style>
a { background-color: #133693; }
a { background-color: rgb(19,54,147); }
div.DivClassName
{
background-color: #133693;
}
.BgClassName
{
background-color: #133693;
}
</style>
border-color css
<style>
span { border-color: #133693; }
span { border-color: rgb(19,54,147); }
td.TdClassName
{
border-color: #133693;
}
.TagClassName
{
border-color: #133693;
}
</style>