Shades of Egyptian Blue #133DAB
Tints of Egyptian Blue #133DAB
RGB
CMYK
RGB Variations
Color information
#133DAB (or 0x133DAB) is known color: Egyptian Blue. HEX triplet: 13, 3D and AB. RGB value is (19,61,171). Sum of RGB (Red+Green+Blue) = 19+61+171=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #133DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DAB is #ECC254. Grayscale: #3C3C3C. Windows color (decimal): -15516245 or 11222291. OLE color: 11222291.
HSL color Cylindrical-coordinate representation of color #133DAB: hue angle of 223.42º 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 #133DAB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 61 | 171 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.33 |
| HSL | 223.42º | 0.8% | 0.37% | - |
| HSV(B) | 223.42º | 0.89% | 0.67% | - |
| XYZ | 9.29 | 6.42 | 39.28 | - |
| YUV | 60.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 171 | 0.89 | 0.64 | 0 | 0.33 | 223.42 | 0.8 | 0.37 |
| Hex | 13 | 3D | AB | 59 | 40 | 0 | 21 | DF | 50 | 25 |
| Octal | 23 | 75 | 253 | 131 | 100 | 0 | 41 | 337 | 120 | 45 |
| Binary | 10011 | 111101 | 10101011 | 1011001 | 1000000 | 0 | 100001 | 11011111 | 1010000 | 100101 |
Color Harmonies of #133DAB
Complementary color
Monochromatic Colors of #133DAB
Black with #133DAB
Text Example
Text Example
White with #133DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DAB; }
p { color: rgb(19,61,171); }
H1.HeaderClassName
{
color: #133DAB;
}
.AnyTagClassName
{
color: #133DAB;
}
</style>
background-color css
<style>
a { background-color: #133DAB; }
a { background-color: rgb(19,61,171); }
div.DivClassName
{
background-color: #133DAB;
}
.BgClassName
{
background-color: #133DAB;
}
</style>
border-color css
<style>
span { border-color: #133DAB; }
span { border-color: rgb(19,61,171); }
td.TdClassName
{
border-color: #133DAB;
}
.TagClassName
{
border-color: #133DAB;
}
</style>