Shades of Green Vogue #1A414C
Tints of Green Vogue #1A414C
RGB
CMYK
RGB Variations
Color information
#1A414C (or 0x1A414C) is known color: Green Vogue. HEX triplet: 1A, 41 and 4C. RGB value is (26,65,76). Sum of RGB (Red+Green+Blue) = 26+65+76=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A414C is #E5BEB3. Grayscale: #363636. Windows color (decimal): -15056564 or 4997402. OLE color: 4997402.
HSL color Cylindrical-coordinate representation of color #1A414C: hue angle of 193.2º 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 #1A414C is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 65 | 76 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.70 |
| HSL | 193.2º | 0.49% | 0.2% | - |
| HSV(B) | 193.2º | 0.66% | 0.3% | - |
| XYZ | 3.62 | 4.52 | 7.52 | - |
| YUV | 54.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 76 | 0.66 | 0.14 | 0 | 0.70 | 193.2 | 0.49 | 0.2 |
| Hex | 1A | 41 | 4C | 42 | E | 0 | 46 | C1 | 31 | 14 |
| Octal | 32 | 101 | 114 | 102 | 16 | 0 | 106 | 301 | 61 | 24 |
| Binary | 11010 | 1000001 | 1001100 | 1000010 | 1110 | 0 | 1000110 | 11000001 | 110001 | 10100 |
Color Harmonies of #1A414C
Complementary color
Monochromatic Colors of #1A414C
Black with #1A414C
Text Example
Text Example
White with #1A414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A414C; }
p { color: rgb(26,65,76); }
H1.HeaderClassName
{
color: #1A414C;
}
.AnyTagClassName
{
color: #1A414C;
}
</style>
background-color css
<style>
a { background-color: #1A414C; }
a { background-color: rgb(26,65,76); }
div.DivClassName
{
background-color: #1A414C;
}
.BgClassName
{
background-color: #1A414C;
}
</style>
border-color css
<style>
span { border-color: #1A414C; }
span { border-color: rgb(26,65,76); }
td.TdClassName
{
border-color: #1A414C;
}
.TagClassName
{
border-color: #1A414C;
}
</style>