Shades of Eastern Blue #108795
Tints of Eastern Blue #108795
RGB
CMYK
RGB Variations
Color information
#108795 (or 0x108795) is known color: Eastern Blue. HEX triplet: 10, 87 and 95. RGB value is (16,135,149). Sum of RGB (Red+Green+Blue) = 16+135+149=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #108795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108795 is #EF786A. Grayscale: #646464. Windows color (decimal): -15693931 or 9799440. OLE color: 9799440.
HSL color Cylindrical-coordinate representation of color #108795: hue angle of 186.32º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108795 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 135 | 149 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.42 |
| HSL | 186.32º | 0.81% | 0.32% | - |
| HSV(B) | 186.32º | 0.89% | 0.58% | - |
| XYZ | 14.3 | 19.61 | 31.46 | - |
| YUV | 101.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 149 | 0.89 | 0.09 | 0 | 0.42 | 186.32 | 0.81 | 0.32 |
| Hex | 10 | 87 | 95 | 59 | 9 | 0 | 2A | BA | 51 | 20 |
| Octal | 20 | 207 | 225 | 131 | 11 | 0 | 52 | 272 | 121 | 40 |
| Binary | 10000 | 10000111 | 10010101 | 1011001 | 1001 | 0 | 101010 | 10111010 | 1010001 | 100000 |
Color Harmonies of #108795
Complementary color
Monochromatic Colors of #108795
Black with #108795
Text Example
Text Example
White with #108795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108795; }
p { color: rgb(16,135,149); }
H1.HeaderClassName
{
color: #108795;
}
.AnyTagClassName
{
color: #108795;
}
</style>
background-color css
<style>
a { background-color: #108795; }
a { background-color: rgb(16,135,149); }
div.DivClassName
{
background-color: #108795;
}
.BgClassName
{
background-color: #108795;
}
</style>
border-color css
<style>
span { border-color: #108795; }
span { border-color: rgb(16,135,149); }
td.TdClassName
{
border-color: #108795;
}
.TagClassName
{
border-color: #108795;
}
</style>