Shades of Egyptian Blue #133DA2
Tints of Egyptian Blue #133DA2
RGB
CMYK
RGB Variations
Color information
#133DA2 (or 0x133DA2) is known color: Egyptian Blue. HEX triplet: 13, 3D and A2. RGB value is (19,61,162). Sum of RGB (Red+Green+Blue) = 19+61+162=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #133DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DA2 is #ECC25D. Grayscale: #3B3B3B. Windows color (decimal): -15516254 or 10632467. OLE color: 10632467.
HSL color Cylindrical-coordinate representation of color #133DA2: hue angle of 222.38º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133DA2 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 61 | 162 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.36 |
| HSL | 222.38º | 0.79% | 0.35% | - |
| HSV(B) | 222.38º | 0.88% | 0.64% | - |
| XYZ | 8.46 | 6.08 | 34.91 | - |
| YUV | 59.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 162 | 0.88 | 0.62 | 0 | 0.36 | 222.38 | 0.79 | 0.35 |
| Hex | 13 | 3D | A2 | 58 | 3E | 0 | 24 | DE | 4F | 23 |
| Octal | 23 | 75 | 242 | 130 | 76 | 0 | 44 | 336 | 117 | 43 |
| Binary | 10011 | 111101 | 10100010 | 1011000 | 111110 | 0 | 100100 | 11011110 | 1001111 | 100011 |
Color Harmonies of #133DA2
Complementary color
Monochromatic Colors of #133DA2
Black with #133DA2
Text Example
Text Example
White with #133DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DA2; }
p { color: rgb(19,61,162); }
H1.HeaderClassName
{
color: #133DA2;
}
.AnyTagClassName
{
color: #133DA2;
}
</style>
background-color css
<style>
a { background-color: #133DA2; }
a { background-color: rgb(19,61,162); }
div.DivClassName
{
background-color: #133DA2;
}
.BgClassName
{
background-color: #133DA2;
}
</style>
border-color css
<style>
span { border-color: #133DA2; }
span { border-color: rgb(19,61,162); }
td.TdClassName
{
border-color: #133DA2;
}
.TagClassName
{
border-color: #133DA2;
}
</style>