Shades of Green Vogue #1B444F
Tints of Green Vogue #1B444F
RGB
CMYK
RGB Variations
Color information
#1B444F (or 0x1B444F) is known color: Green Vogue. HEX triplet: 1B, 44 and 4F. RGB value is (27,68,79). Sum of RGB (Red+Green+Blue) = 27+68+79=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B444F is #E4BBB0. Grayscale: #383838. Windows color (decimal): -14990257 or 5194779. OLE color: 5194779.
HSL color Cylindrical-coordinate representation of color #1B444F: hue angle of 192.69º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B444F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 68 | 79 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.69 |
| HSL | 192.69º | 0.49% | 0.21% | - |
| HSV(B) | 192.69º | 0.66% | 0.31% | - |
| XYZ | 3.93 | 4.93 | 8.14 | - |
| YUV | 57 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 79 | 0.66 | 0.14 | 0 | 0.69 | 192.69 | 0.49 | 0.21 |
| Hex | 1B | 44 | 4F | 42 | E | 0 | 45 | C1 | 31 | 15 |
| Octal | 33 | 104 | 117 | 102 | 16 | 0 | 105 | 301 | 61 | 25 |
| Binary | 11011 | 1000100 | 1001111 | 1000010 | 1110 | 0 | 1000101 | 11000001 | 110001 | 10101 |
Color Harmonies of #1B444F
Complementary color
Monochromatic Colors of #1B444F
Black with #1B444F
Text Example
Text Example
White with #1B444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B444F; }
p { color: rgb(27,68,79); }
H1.HeaderClassName
{
color: #1B444F;
}
.AnyTagClassName
{
color: #1B444F;
}
</style>
background-color css
<style>
a { background-color: #1B444F; }
a { background-color: rgb(27,68,79); }
div.DivClassName
{
background-color: #1B444F;
}
.BgClassName
{
background-color: #1B444F;
}
</style>
border-color css
<style>
span { border-color: #1B444F; }
span { border-color: rgb(27,68,79); }
td.TdClassName
{
border-color: #1B444F;
}
.TagClassName
{
border-color: #1B444F;
}
</style>