Shades of Eastern Blue #108294
Tints of Eastern Blue #108294
RGB
CMYK
RGB Variations
Color information
#108294 (or 0x108294) is known color: Eastern Blue. HEX triplet: 10, 82 and 94. RGB value is (16,130,148). Sum of RGB (Red+Green+Blue) = 16+130+148=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #108294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108294 is #EF7D6B. Grayscale: #616161. Windows color (decimal): -15695212 or 9732624. OLE color: 9732624.
HSL color Cylindrical-coordinate representation of color #108294: hue angle of 188.18º degrees, saturation: 0.8, 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 #108294 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 130 | 148 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.42 |
| HSL | 188.18º | 0.8% | 0.32% | - |
| HSV(B) | 188.18º | 0.89% | 0.58% | - |
| XYZ | 13.54 | 18.21 | 30.82 | - |
| YUV | 97.97 | 156.23 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 148 | 0.89 | 0.12 | 0 | 0.42 | 188.18 | 0.8 | 0.32 |
| Hex | 10 | 82 | 94 | 59 | C | 0 | 2A | BC | 50 | 20 |
| Octal | 20 | 202 | 224 | 131 | 14 | 0 | 52 | 274 | 120 | 40 |
| Binary | 10000 | 10000010 | 10010100 | 1011001 | 1100 | 0 | 101010 | 10111100 | 1010000 | 100000 |
Color Harmonies of #108294
Complementary color
Monochromatic Colors of #108294
Black with #108294
Text Example
Text Example
White with #108294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108294; }
p { color: rgb(16,130,148); }
H1.HeaderClassName
{
color: #108294;
}
.AnyTagClassName
{
color: #108294;
}
</style>
background-color css
<style>
a { background-color: #108294; }
a { background-color: rgb(16,130,148); }
div.DivClassName
{
background-color: #108294;
}
.BgClassName
{
background-color: #108294;
}
</style>
border-color css
<style>
span { border-color: #108294; }
span { border-color: rgb(16,130,148); }
td.TdClassName
{
border-color: #108294;
}
.TagClassName
{
border-color: #108294;
}
</style>