Shades of Green Vogue #1A3E4D
Tints of Green Vogue #1A3E4D
RGB
CMYK
RGB Variations
Color information
#1A3E4D (or 0x1A3E4D) is known color: Green Vogue. HEX triplet: 1A, 3E and 4D. RGB value is (26,62,77). Sum of RGB (Red+Green+Blue) = 26+62+77=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A3E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E4D is #E5C1B2. Grayscale: #343434. Windows color (decimal): -15057331 or 5062170. OLE color: 5062170.
HSL color Cylindrical-coordinate representation of color #1A3E4D: hue angle of 197.65º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A3E4D is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 62 | 77 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.70 |
| HSL | 197.65º | 0.5% | 0.2% | - |
| HSV(B) | 197.65º | 0.66% | 0.3% | - |
| XYZ | 3.49 | 4.2 | 7.65 | - |
| YUV | 52.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 77 | 0.66 | 0.19 | 0 | 0.70 | 197.65 | 0.5 | 0.2 |
| Hex | 1A | 3E | 4D | 42 | 13 | 0 | 46 | C6 | 32 | 14 |
| Octal | 32 | 76 | 115 | 102 | 23 | 0 | 106 | 306 | 62 | 24 |
| Binary | 11010 | 111110 | 1001101 | 1000010 | 10011 | 0 | 1000110 | 11000110 | 110010 | 10100 |
Color Harmonies of #1A3E4D
Complementary color
Monochromatic Colors of #1A3E4D
Black with #1A3E4D
Text Example
Text Example
White with #1A3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E4D; }
p { color: rgb(26,62,77); }
H1.HeaderClassName
{
color: #1A3E4D;
}
.AnyTagClassName
{
color: #1A3E4D;
}
</style>
background-color css
<style>
a { background-color: #1A3E4D; }
a { background-color: rgb(26,62,77); }
div.DivClassName
{
background-color: #1A3E4D;
}
.BgClassName
{
background-color: #1A3E4D;
}
</style>
border-color css
<style>
span { border-color: #1A3E4D; }
span { border-color: rgb(26,62,77); }
td.TdClassName
{
border-color: #1A3E4D;
}
.TagClassName
{
border-color: #1A3E4D;
}
</style>