Shades of Green Vogue #1C404F
Tints of Green Vogue #1C404F
RGB
CMYK
RGB Variations
Color information
#1C404F (or 0x1C404F) is known color: Green Vogue. HEX triplet: 1C, 40 and 4F. RGB value is (28,64,79). Sum of RGB (Red+Green+Blue) = 28+64+79=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C404F is #E3BFB0. Grayscale: #363636. Windows color (decimal): -14925745 or 5193756. OLE color: 5193756.
HSL color Cylindrical-coordinate representation of color #1C404F: hue angle of 197.65º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C404F is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 64 | 79 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.69 |
| HSL | 197.65º | 0.48% | 0.21% | - |
| HSV(B) | 197.65º | 0.65% | 0.31% | - |
| XYZ | 3.72 | 4.48 | 8.07 | - |
| YUV | 54.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 79 | 0.65 | 0.19 | 0 | 0.69 | 197.65 | 0.48 | 0.21 |
| Hex | 1C | 40 | 4F | 41 | 13 | 0 | 45 | C6 | 30 | 15 |
| Octal | 34 | 100 | 117 | 101 | 23 | 0 | 105 | 306 | 60 | 25 |
| Binary | 11100 | 1000000 | 1001111 | 1000001 | 10011 | 0 | 1000101 | 11000110 | 110000 | 10101 |
Color Harmonies of #1C404F
Complementary color
Monochromatic Colors of #1C404F
Black with #1C404F
Text Example
Text Example
White with #1C404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C404F; }
p { color: rgb(28,64,79); }
H1.HeaderClassName
{
color: #1C404F;
}
.AnyTagClassName
{
color: #1C404F;
}
</style>
background-color css
<style>
a { background-color: #1C404F; }
a { background-color: rgb(28,64,79); }
div.DivClassName
{
background-color: #1C404F;
}
.BgClassName
{
background-color: #1C404F;
}
</style>
border-color css
<style>
span { border-color: #1C404F; }
span { border-color: rgb(28,64,79); }
td.TdClassName
{
border-color: #1C404F;
}
.TagClassName
{
border-color: #1C404F;
}
</style>