Shades of Egyptian Blue #133DAE
Tints of Egyptian Blue #133DAE
RGB
CMYK
RGB Variations
Color information
#133DAE (or 0x133DAE) is known color: Egyptian Blue. HEX triplet: 13, 3D and AE. RGB value is (19,61,174). Sum of RGB (Red+Green+Blue) = 19+61+174=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #133DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DAE is #ECC251. Grayscale: #3C3C3C. Windows color (decimal): -15516242 or 11418899. OLE color: 11418899.
HSL color Cylindrical-coordinate representation of color #133DAE: hue angle of 223.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133DAE is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 61 | 174 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.32 |
| HSL | 223.74º | 0.8% | 0.38% | - |
| HSV(B) | 223.74º | 0.89% | 0.68% | - |
| XYZ | 9.58 | 6.53 | 40.8 | - |
| YUV | 61.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 174 | 0.89 | 0.65 | 0 | 0.32 | 223.74 | 0.8 | 0.38 |
| Hex | 13 | 3D | AE | 59 | 41 | 0 | 20 | E0 | 50 | 26 |
| Octal | 23 | 75 | 256 | 131 | 101 | 0 | 40 | 340 | 120 | 46 |
| Binary | 10011 | 111101 | 10101110 | 1011001 | 1000001 | 0 | 100000 | 11100000 | 1010000 | 100110 |
Color Harmonies of #133DAE
Complementary color
Monochromatic Colors of #133DAE
Black with #133DAE
Text Example
Text Example
White with #133DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DAE; }
p { color: rgb(19,61,174); }
H1.HeaderClassName
{
color: #133DAE;
}
.AnyTagClassName
{
color: #133DAE;
}
</style>
background-color css
<style>
a { background-color: #133DAE; }
a { background-color: rgb(19,61,174); }
div.DivClassName
{
background-color: #133DAE;
}
.BgClassName
{
background-color: #133DAE;
}
</style>
border-color css
<style>
span { border-color: #133DAE; }
span { border-color: rgb(19,61,174); }
td.TdClassName
{
border-color: #133DAE;
}
.TagClassName
{
border-color: #133DAE;
}
</style>