Shades of Green Vogue #1A434E
Tints of Green Vogue #1A434E
RGB
CMYK
RGB Variations
Color information
#1A434E (or 0x1A434E) is known color: Green Vogue. HEX triplet: 1A, 43 and 4E. RGB value is (26,67,78). Sum of RGB (Red+Green+Blue) = 26+67+78=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A434E is #E5BCB1. Grayscale: #373737. Windows color (decimal): -15056050 or 5128986. OLE color: 5128986.
HSL color Cylindrical-coordinate representation of color #1A434E: hue angle of 192.69º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A434E is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 67 | 78 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.69 |
| HSL | 192.69º | 0.5% | 0.2% | - |
| HSV(B) | 192.69º | 0.67% | 0.31% | - |
| XYZ | 3.81 | 4.78 | 7.93 | - |
| YUV | 56 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 78 | 0.67 | 0.14 | 0 | 0.69 | 192.69 | 0.5 | 0.2 |
| Hex | 1A | 43 | 4E | 43 | E | 0 | 45 | C1 | 32 | 14 |
| Octal | 32 | 103 | 116 | 103 | 16 | 0 | 105 | 301 | 62 | 24 |
| Binary | 11010 | 1000011 | 1001110 | 1000011 | 1110 | 0 | 1000101 | 11000001 | 110010 | 10100 |
Color Harmonies of #1A434E
Complementary color
Monochromatic Colors of #1A434E
Black with #1A434E
Text Example
Text Example
White with #1A434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A434E; }
p { color: rgb(26,67,78); }
H1.HeaderClassName
{
color: #1A434E;
}
.AnyTagClassName
{
color: #1A434E;
}
</style>
background-color css
<style>
a { background-color: #1A434E; }
a { background-color: rgb(26,67,78); }
div.DivClassName
{
background-color: #1A434E;
}
.BgClassName
{
background-color: #1A434E;
}
</style>
border-color css
<style>
span { border-color: #1A434E; }
span { border-color: rgb(26,67,78); }
td.TdClassName
{
border-color: #1A434E;
}
.TagClassName
{
border-color: #1A434E;
}
</style>