Shades of Eastern Blue #107892
Tints of Eastern Blue #107892
RGB
CMYK
RGB Variations
Color information
#107892 (or 0x107892) is known color: Eastern Blue. HEX triplet: 10, 78 and 92. RGB value is (16,120,146). Sum of RGB (Red+Green+Blue) = 16+120+146=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #107892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107892 is #EF876D. Grayscale: #5B5B5B. Windows color (decimal): -15697774 or 9598992. OLE color: 9598992.
HSL color Cylindrical-coordinate representation of color #107892: hue angle of 192º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107892 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 120 | 146 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.43 |
| HSL | 192º | 0.8% | 0.32% | - |
| HSV(B) | 192º | 0.89% | 0.57% | - |
| XYZ | 12.12 | 15.62 | 29.57 | - |
| YUV | 91.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 146 | 0.89 | 0.18 | 0 | 0.43 | 192 | 0.8 | 0.32 |
| Hex | 10 | 78 | 92 | 59 | 12 | 0 | 2B | C0 | 50 | 20 |
| Octal | 20 | 170 | 222 | 131 | 22 | 0 | 53 | 300 | 120 | 40 |
| Binary | 10000 | 1111000 | 10010010 | 1011001 | 10010 | 0 | 101011 | 11000000 | 1010000 | 100000 |
Color Harmonies of #107892
Complementary color
Monochromatic Colors of #107892
Black with #107892
Text Example
Text Example
White with #107892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107892; }
p { color: rgb(16,120,146); }
H1.HeaderClassName
{
color: #107892;
}
.AnyTagClassName
{
color: #107892;
}
</style>
background-color css
<style>
a { background-color: #107892; }
a { background-color: rgb(16,120,146); }
div.DivClassName
{
background-color: #107892;
}
.BgClassName
{
background-color: #107892;
}
</style>
border-color css
<style>
span { border-color: #107892; }
span { border-color: rgb(16,120,146); }
td.TdClassName
{
border-color: #107892;
}
.TagClassName
{
border-color: #107892;
}
</style>