Shades of Green Vogue #1A404C
Tints of Green Vogue #1A404C
RGB
CMYK
RGB Variations
Color information
#1A404C (or 0x1A404C) is known color: Green Vogue. HEX triplet: 1A, 40 and 4C. RGB value is (26,64,76). Sum of RGB (Red+Green+Blue) = 26+64+76=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A404C is #E5BFB3. Grayscale: #353535. Windows color (decimal): -15056820 or 4997146. OLE color: 4997146.
HSL color Cylindrical-coordinate representation of color #1A404C: hue angle of 194.4º degrees, saturation: 0.49, 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 #1A404C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 64 | 76 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.70 |
| HSL | 194.4º | 0.49% | 0.2% | - |
| HSV(B) | 194.4º | 0.66% | 0.3% | - |
| XYZ | 3.56 | 4.41 | 7.5 | - |
| YUV | 54.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 76 | 0.66 | 0.16 | 0 | 0.70 | 194.4 | 0.49 | 0.2 |
| Hex | 1A | 40 | 4C | 42 | 10 | 0 | 46 | C2 | 31 | 14 |
| Octal | 32 | 100 | 114 | 102 | 20 | 0 | 106 | 302 | 61 | 24 |
| Binary | 11010 | 1000000 | 1001100 | 1000010 | 10000 | 0 | 1000110 | 11000010 | 110001 | 10100 |
Color Harmonies of #1A404C
Complementary color
Monochromatic Colors of #1A404C
Black with #1A404C
Text Example
Text Example
White with #1A404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A404C; }
p { color: rgb(26,64,76); }
H1.HeaderClassName
{
color: #1A404C;
}
.AnyTagClassName
{
color: #1A404C;
}
</style>
background-color css
<style>
a { background-color: #1A404C; }
a { background-color: rgb(26,64,76); }
div.DivClassName
{
background-color: #1A404C;
}
.BgClassName
{
background-color: #1A404C;
}
</style>
border-color css
<style>
span { border-color: #1A404C; }
span { border-color: rgb(26,64,76); }
td.TdClassName
{
border-color: #1A404C;
}
.TagClassName
{
border-color: #1A404C;
}
</style>