Shades of Green Vogue #1A404D
Tints of Green Vogue #1A404D
RGB
CMYK
RGB Variations
Color information
#1A404D (or 0x1A404D) is known color: Green Vogue. HEX triplet: 1A, 40 and 4D. RGB value is (26,64,77). Sum of RGB (Red+Green+Blue) = 26+64+77=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A404D is #E5BFB2. Grayscale: #363636. Windows color (decimal): -15056819 or 5062682. OLE color: 5062682.
HSL color Cylindrical-coordinate representation of color #1A404D: hue angle of 195.29º 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 #1A404D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 64 | 77 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.70 |
| HSL | 195.29º | 0.5% | 0.2% | - |
| HSV(B) | 195.29º | 0.66% | 0.3% | - |
| XYZ | 3.6 | 4.42 | 7.69 | - |
| YUV | 54.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 77 | 0.66 | 0.17 | 0 | 0.70 | 195.29 | 0.5 | 0.2 |
| Hex | 1A | 40 | 4D | 42 | 11 | 0 | 46 | C3 | 32 | 14 |
| Octal | 32 | 100 | 115 | 102 | 21 | 0 | 106 | 303 | 62 | 24 |
| Binary | 11010 | 1000000 | 1001101 | 1000010 | 10001 | 0 | 1000110 | 11000011 | 110010 | 10100 |
Color Harmonies of #1A404D
Complementary color
Monochromatic Colors of #1A404D
Black with #1A404D
Text Example
Text Example
White with #1A404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A404D; }
p { color: rgb(26,64,77); }
H1.HeaderClassName
{
color: #1A404D;
}
.AnyTagClassName
{
color: #1A404D;
}
</style>
background-color css
<style>
a { background-color: #1A404D; }
a { background-color: rgb(26,64,77); }
div.DivClassName
{
background-color: #1A404D;
}
.BgClassName
{
background-color: #1A404D;
}
</style>
border-color css
<style>
span { border-color: #1A404D; }
span { border-color: rgb(26,64,77); }
td.TdClassName
{
border-color: #1A404D;
}
.TagClassName
{
border-color: #1A404D;
}
</style>