Shades of Green Vogue #1B3E4D
Tints of Green Vogue #1B3E4D
RGB
CMYK
RGB Variations
Color information
#1B3E4D (or 0x1B3E4D) is known color: Green Vogue. HEX triplet: 1B, 3E and 4D. RGB value is (27,62,77). Sum of RGB (Red+Green+Blue) = 27+62+77=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B3E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3E4D is #E4C1B2. Grayscale: #353535. Windows color (decimal): -14991795 or 5062171. OLE color: 5062171.
HSL color Cylindrical-coordinate representation of color #1B3E4D: hue angle of 198º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3E4D is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 62 | 77 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.70 |
| HSL | 198º | 0.48% | 0.2% | - |
| HSV(B) | 198º | 0.65% | 0.3% | - |
| XYZ | 3.51 | 4.21 | 7.65 | - |
| YUV | 53.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 77 | 0.65 | 0.19 | 0 | 0.70 | 198 | 0.48 | 0.2 |
| Hex | 1B | 3E | 4D | 41 | 13 | 0 | 46 | C6 | 30 | 14 |
| Octal | 33 | 76 | 115 | 101 | 23 | 0 | 106 | 306 | 60 | 24 |
| Binary | 11011 | 111110 | 1001101 | 1000001 | 10011 | 0 | 1000110 | 11000110 | 110000 | 10100 |
Color Harmonies of #1B3E4D
Complementary color
Monochromatic Colors of #1B3E4D
Black with #1B3E4D
Text Example
Text Example
White with #1B3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E4D; }
p { color: rgb(27,62,77); }
H1.HeaderClassName
{
color: #1B3E4D;
}
.AnyTagClassName
{
color: #1B3E4D;
}
</style>
background-color css
<style>
a { background-color: #1B3E4D; }
a { background-color: rgb(27,62,77); }
div.DivClassName
{
background-color: #1B3E4D;
}
.BgClassName
{
background-color: #1B3E4D;
}
</style>
border-color css
<style>
span { border-color: #1B3E4D; }
span { border-color: rgb(27,62,77); }
td.TdClassName
{
border-color: #1B3E4D;
}
.TagClassName
{
border-color: #1B3E4D;
}
</style>