Shades of Egyptian Blue #133AAF
Tints of Egyptian Blue #133AAF
RGB
CMYK
RGB Variations
Color information
#133AAF (or 0x133AAF) is known color: Egyptian Blue. HEX triplet: 13, 3A and AF. RGB value is (19,58,175). Sum of RGB (Red+Green+Blue) = 19+58+175=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #133AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AAF is #ECC550. Grayscale: #3B3B3B. Windows color (decimal): -15517009 or 11483667. OLE color: 11483667.
HSL color Cylindrical-coordinate representation of color #133AAF: hue angle of 225º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AAF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 58 | 175 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.31 |
| HSL | 225º | 0.8% | 0.38% | - |
| HSV(B) | 225º | 0.89% | 0.69% | - |
| XYZ | 9.52 | 6.26 | 41.26 | - |
| YUV | 59.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 175 | 0.89 | 0.67 | 0 | 0.31 | 225 | 0.8 | 0.38 |
| Hex | 13 | 3A | AF | 59 | 43 | 0 | 1F | E1 | 50 | 26 |
| Octal | 23 | 72 | 257 | 131 | 103 | 0 | 37 | 341 | 120 | 46 |
| Binary | 10011 | 111010 | 10101111 | 1011001 | 1000011 | 0 | 11111 | 11100001 | 1010000 | 100110 |
Color Harmonies of #133AAF
Complementary color
Monochromatic Colors of #133AAF
Black with #133AAF
Text Example
Text Example
White with #133AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AAF; }
p { color: rgb(19,58,175); }
H1.HeaderClassName
{
color: #133AAF;
}
.AnyTagClassName
{
color: #133AAF;
}
</style>
background-color css
<style>
a { background-color: #133AAF; }
a { background-color: rgb(19,58,175); }
div.DivClassName
{
background-color: #133AAF;
}
.BgClassName
{
background-color: #133AAF;
}
</style>
border-color css
<style>
span { border-color: #133AAF; }
span { border-color: rgb(19,58,175); }
td.TdClassName
{
border-color: #133AAF;
}
.TagClassName
{
border-color: #133AAF;
}
</style>