Shades of Green Vogue #133B4D
Tints of Green Vogue #133B4D
RGB
CMYK
RGB Variations
Color information
#133B4D (or 0x133B4D) is known color: Green Vogue. HEX triplet: 13, 3B and 4D. RGB value is (19,59,77). Sum of RGB (Red+Green+Blue) = 19+59+77=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #133B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B4D is #ECC4B2. Grayscale: #303030. Windows color (decimal): -15516851 or 5061395. OLE color: 5061395.
HSL color Cylindrical-coordinate representation of color #133B4D: hue angle of 198.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133B4D is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 59 | 77 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.70 |
| HSL | 198.62º | 0.6% | 0.19% | - |
| HSV(B) | 198.62º | 0.75% | 0.3% | - |
| XYZ | 3.17 | 3.8 | 7.59 | - |
| YUV | 49.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 77 | 0.75 | 0.23 | 0 | 0.70 | 198.62 | 0.6 | 0.19 |
| Hex | 13 | 3B | 4D | 4B | 17 | 0 | 46 | C7 | 3C | 13 |
| Octal | 23 | 73 | 115 | 113 | 27 | 0 | 106 | 307 | 74 | 23 |
| Binary | 10011 | 111011 | 1001101 | 1001011 | 10111 | 0 | 1000110 | 11000111 | 111100 | 10011 |
Color Harmonies of #133B4D
Complementary color
Monochromatic Colors of #133B4D
Black with #133B4D
Text Example
Text Example
White with #133B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B4D; }
p { color: rgb(19,59,77); }
H1.HeaderClassName
{
color: #133B4D;
}
.AnyTagClassName
{
color: #133B4D;
}
</style>
background-color css
<style>
a { background-color: #133B4D; }
a { background-color: rgb(19,59,77); }
div.DivClassName
{
background-color: #133B4D;
}
.BgClassName
{
background-color: #133B4D;
}
</style>
border-color css
<style>
span { border-color: #133B4D; }
span { border-color: rgb(19,59,77); }
td.TdClassName
{
border-color: #133B4D;
}
.TagClassName
{
border-color: #133B4D;
}
</style>