Shades of Green Vogue #0B3B4D
Tints of Green Vogue #0B3B4D
RGB
CMYK
RGB Variations
Color information
#0B3B4D (or 0x0B3B4D) is known color: Green Vogue. HEX triplet: 0B, 3B and 4D. RGB value is (11,59,77). Sum of RGB (Red+Green+Blue) = 11+59+77=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B3B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3B4D is #F4C4B2. Grayscale: #2E2E2E. Windows color (decimal): -16041139 or 5061387. OLE color: 5061387.
HSL color Cylindrical-coordinate representation of color #0B3B4D: hue angle of 196.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3B4D is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 59 | 77 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.70 |
| HSL | 196.36º | 0.75% | 0.17% | - |
| HSV(B) | 196.36º | 0.86% | 0.3% | - |
| XYZ | 3.04 | 3.73 | 7.58 | - |
| YUV | 46.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 77 | 0.86 | 0.23 | 0 | 0.70 | 196.36 | 0.75 | 0.17 |
| Hex | B | 3B | 4D | 56 | 17 | 0 | 46 | C4 | 4B | 11 |
| Octal | 13 | 73 | 115 | 126 | 27 | 0 | 106 | 304 | 113 | 21 |
| Binary | 1011 | 111011 | 1001101 | 1010110 | 10111 | 0 | 1000110 | 11000100 | 1001011 | 10001 |
Color Harmonies of #0B3B4D
Complementary color
Monochromatic Colors of #0B3B4D
Black with #0B3B4D
Text Example
Text Example
White with #0B3B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B4D; }
p { color: rgb(11,59,77); }
H1.HeaderClassName
{
color: #0B3B4D;
}
.AnyTagClassName
{
color: #0B3B4D;
}
</style>
background-color css
<style>
a { background-color: #0B3B4D; }
a { background-color: rgb(11,59,77); }
div.DivClassName
{
background-color: #0B3B4D;
}
.BgClassName
{
background-color: #0B3B4D;
}
</style>
border-color css
<style>
span { border-color: #0B3B4D; }
span { border-color: rgb(11,59,77); }
td.TdClassName
{
border-color: #0B3B4D;
}
.TagClassName
{
border-color: #0B3B4D;
}
</style>