Shades of Egyptian Blue #133B93
Tints of Egyptian Blue #133B93
RGB
CMYK
RGB Variations
Color information
#133B93 (or 0x133B93) is known color: Egyptian Blue. HEX triplet: 13, 3B and 93. RGB value is (19,59,147). Sum of RGB (Red+Green+Blue) = 19+59+147=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #133B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B93 is #ECC46C. Grayscale: #383838. Windows color (decimal): -15516781 or 9648915. OLE color: 9648915.
HSL color Cylindrical-coordinate representation of color #133B93: hue angle of 221.25º 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 #133B93 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 59 | 147 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.42 |
| HSL | 221.25º | 0.77% | 0.33% | - |
| HSV(B) | 221.25º | 0.87% | 0.58% | - |
| XYZ | 7.1 | 5.37 | 28.27 | - |
| YUV | 57.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 147 | 0.87 | 0.60 | 0 | 0.42 | 221.25 | 0.77 | 0.33 |
| Hex | 13 | 3B | 93 | 57 | 3C | 0 | 2A | DD | 4D | 21 |
| Octal | 23 | 73 | 223 | 127 | 74 | 0 | 52 | 335 | 115 | 41 |
| Binary | 10011 | 111011 | 10010011 | 1010111 | 111100 | 0 | 101010 | 11011101 | 1001101 | 100001 |
Color Harmonies of #133B93
Complementary color
Monochromatic Colors of #133B93
Black with #133B93
Text Example
Text Example
White with #133B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B93; }
p { color: rgb(19,59,147); }
H1.HeaderClassName
{
color: #133B93;
}
.AnyTagClassName
{
color: #133B93;
}
</style>
background-color css
<style>
a { background-color: #133B93; }
a { background-color: rgb(19,59,147); }
div.DivClassName
{
background-color: #133B93;
}
.BgClassName
{
background-color: #133B93;
}
</style>
border-color css
<style>
span { border-color: #133B93; }
span { border-color: rgb(19,59,147); }
td.TdClassName
{
border-color: #133B93;
}
.TagClassName
{
border-color: #133B93;
}
</style>