Shades of Green Vogue #1A404F
Tints of Green Vogue #1A404F
RGB
CMYK
RGB Variations
Color information
#1A404F (or 0x1A404F) is known color: Green Vogue. HEX triplet: 1A, 40 and 4F. RGB value is (26,64,79). Sum of RGB (Red+Green+Blue) = 26+64+79=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A404F is #E5BFB0. Grayscale: #363636. Windows color (decimal): -15056817 or 5193754. OLE color: 5193754.
HSL color Cylindrical-coordinate representation of color #1A404F: hue angle of 196.98º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A404F is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 64 | 79 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.69 |
| HSL | 196.98º | 0.5% | 0.21% | - |
| HSV(B) | 196.98º | 0.67% | 0.31% | - |
| XYZ | 3.67 | 4.45 | 8.06 | - |
| YUV | 54.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 79 | 0.67 | 0.19 | 0 | 0.69 | 196.98 | 0.5 | 0.21 |
| Hex | 1A | 40 | 4F | 43 | 13 | 0 | 45 | C5 | 32 | 15 |
| Octal | 32 | 100 | 117 | 103 | 23 | 0 | 105 | 305 | 62 | 25 |
| Binary | 11010 | 1000000 | 1001111 | 1000011 | 10011 | 0 | 1000101 | 11000101 | 110010 | 10101 |
Color Harmonies of #1A404F
Complementary color
Monochromatic Colors of #1A404F
Black with #1A404F
Text Example
Text Example
White with #1A404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A404F; }
p { color: rgb(26,64,79); }
H1.HeaderClassName
{
color: #1A404F;
}
.AnyTagClassName
{
color: #1A404F;
}
</style>
background-color css
<style>
a { background-color: #1A404F; }
a { background-color: rgb(26,64,79); }
div.DivClassName
{
background-color: #1A404F;
}
.BgClassName
{
background-color: #1A404F;
}
</style>
border-color css
<style>
span { border-color: #1A404F; }
span { border-color: rgb(26,64,79); }
td.TdClassName
{
border-color: #1A404F;
}
.TagClassName
{
border-color: #1A404F;
}
</style>