Shades of Eastern Blue #107894
Tints of Eastern Blue #107894
RGB
CMYK
RGB Variations
Color information
#107894 (or 0x107894) is known color: Eastern Blue. HEX triplet: 10, 78 and 94. RGB value is (16,120,148). Sum of RGB (Red+Green+Blue) = 16+120+148=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #107894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107894 is #EF876B. Grayscale: #5B5B5B. Windows color (decimal): -15697772 or 9730064. OLE color: 9730064.
HSL color Cylindrical-coordinate representation of color #107894: hue angle of 192.73º 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 #107894 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 120 | 148 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.42 |
| HSL | 192.73º | 0.8% | 0.32% | - |
| HSV(B) | 192.73º | 0.89% | 0.58% | - |
| XYZ | 12.28 | 15.68 | 30.4 | - |
| YUV | 92.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 148 | 0.89 | 0.19 | 0 | 0.42 | 192.73 | 0.8 | 0.32 |
| Hex | 10 | 78 | 94 | 59 | 13 | 0 | 2A | C1 | 50 | 20 |
| Octal | 20 | 170 | 224 | 131 | 23 | 0 | 52 | 301 | 120 | 40 |
| Binary | 10000 | 1111000 | 10010100 | 1011001 | 10011 | 0 | 101010 | 11000001 | 1010000 | 100000 |
Color Harmonies of #107894
Complementary color
Monochromatic Colors of #107894
Black with #107894
Text Example
Text Example
White with #107894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107894; }
p { color: rgb(16,120,148); }
H1.HeaderClassName
{
color: #107894;
}
.AnyTagClassName
{
color: #107894;
}
</style>
background-color css
<style>
a { background-color: #107894; }
a { background-color: rgb(16,120,148); }
div.DivClassName
{
background-color: #107894;
}
.BgClassName
{
background-color: #107894;
}
</style>
border-color css
<style>
span { border-color: #107894; }
span { border-color: rgb(16,120,148); }
td.TdClassName
{
border-color: #107894;
}
.TagClassName
{
border-color: #107894;
}
</style>