Shades of Evening Sea #105B4D
Tints of Evening Sea #105B4D
RGB
CMYK
RGB Variations
Color information
#105B4D (or 0x105B4D) is known color: Evening Sea. HEX triplet: 10, 5B and 4D. RGB value is (16,91,77). Sum of RGB (Red+Green+Blue) = 16+91+77=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #105B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B4D is #EFA4B2. Grayscale: #424242. Windows color (decimal): -15705267 or 5069584. OLE color: 5069584.
HSL color Cylindrical-coordinate representation of color #105B4D: hue angle of 168.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B4D is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 77 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.64 |
| HSL | 168.8º | 0.7% | 0.21% | - |
| HSV(B) | 168.8º | 0.82% | 0.36% | - |
| XYZ | 5.29 | 8.13 | 8.31 | - |
| YUV | 66.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 77 | 0.82 | 0 | 0.15 | 0.64 | 168.8 | 0.7 | 0.21 |
| Hex | 10 | 5B | 4D | 52 | 0 | F | 40 | A9 | 46 | 15 |
| Octal | 20 | 133 | 115 | 122 | 0 | 17 | 100 | 251 | 106 | 25 |
| Binary | 10000 | 1011011 | 1001101 | 1010010 | 0 | 1111 | 1000000 | 10101001 | 1000110 | 10101 |
Color Harmonies of #105B4D
Complementary color
Monochromatic Colors of #105B4D
Black with #105B4D
Text Example
Text Example
White with #105B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B4D; }
p { color: rgb(16,91,77); }
H1.HeaderClassName
{
color: #105B4D;
}
.AnyTagClassName
{
color: #105B4D;
}
</style>
background-color css
<style>
a { background-color: #105B4D; }
a { background-color: rgb(16,91,77); }
div.DivClassName
{
background-color: #105B4D;
}
.BgClassName
{
background-color: #105B4D;
}
</style>
border-color css
<style>
span { border-color: #105B4D; }
span { border-color: rgb(16,91,77); }
td.TdClassName
{
border-color: #105B4D;
}
.TagClassName
{
border-color: #105B4D;
}
</style>