Shades of Green Vogue #1A4150
Tints of Green Vogue #1A4150
RGB
CMYK
RGB Variations
Color information
#1A4150 (or 0x1A4150) is known color: Green Vogue. HEX triplet: 1A, 41 and 50. RGB value is (26,65,80). Sum of RGB (Red+Green+Blue) = 26+65+80=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4150 is #E5BEAF. Grayscale: #363636. Windows color (decimal): -15056560 or 5259546. OLE color: 5259546.
HSL color Cylindrical-coordinate representation of color #1A4150: hue angle of 196.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4150 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 65 | 80 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.69 |
| HSL | 196.67º | 0.51% | 0.21% | - |
| HSV(B) | 196.67º | 0.68% | 0.31% | - |
| XYZ | 3.76 | 4.58 | 8.27 | - |
| YUV | 55.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 80 | 0.67 | 0.19 | 0 | 0.69 | 196.67 | 0.51 | 0.21 |
| Hex | 1A | 41 | 50 | 43 | 13 | 0 | 45 | C5 | 33 | 15 |
| Octal | 32 | 101 | 120 | 103 | 23 | 0 | 105 | 305 | 63 | 25 |
| Binary | 11010 | 1000001 | 1010000 | 1000011 | 10011 | 0 | 1000101 | 11000101 | 110011 | 10101 |
Color Harmonies of #1A4150
Complementary color
Monochromatic Colors of #1A4150
Black with #1A4150
Text Example
Text Example
White with #1A4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4150; }
p { color: rgb(26,65,80); }
H1.HeaderClassName
{
color: #1A4150;
}
.AnyTagClassName
{
color: #1A4150;
}
</style>
background-color css
<style>
a { background-color: #1A4150; }
a { background-color: rgb(26,65,80); }
div.DivClassName
{
background-color: #1A4150;
}
.BgClassName
{
background-color: #1A4150;
}
</style>
border-color css
<style>
span { border-color: #1A4150; }
span { border-color: rgb(26,65,80); }
td.TdClassName
{
border-color: #1A4150;
}
.TagClassName
{
border-color: #1A4150;
}
</style>